| i am curious however, what is difficult about implementing recursive 
| modules (that is, if it can be explained without getting into the 
| technical details of GHC).

Nothing deep.  GHC is just a fairly big thing and one of its assumptions
is
that it is compiling one module at a time.  There'd be quite a bit of
chuffing
around to remove this assumption.  Nothing fundamental, but real work.

Simon
_______________________________________________
Haskell mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell

Reply via email to