> The rule is this: > a binding x=e in a NonRec can be used in a later group but not earlier, nor > in e > a binding x=e in a Rec can be used in this group or a later one, but not an > earlier one > > Does that help?
It does suprise me, but it also answers my question. Thank you. May I suggest adding this as a comment to compiler/coreSyn/CoreSyn.lhs? I think it should be documentet somewhere (besides this mailing list). Regards, Jan _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
