
sof 2002/10/08 08:19:59 PDT Modified files: src static.c Log: - Handle resolution of names needed when typing mdo-expressions in one place. Avoids having to sprinkle mdoLoad() calls across the various entry points to the static analyser. - support the evaluation of mdo-expressions in the context of the module that defines MonadFix/MonadRec. Revision Changes Path 1.106 +16 -19 hugs98/src/static.c

On Tue, Oct 08, 2002 at 08:19:59AM -0700, Sigbjorn Finne wrote:
- Handle resolution of names needed when typing mdo-expressions in one place. Avoids having to sprinkle mdoLoad() calls across the various entry points to the static analyser. - support the evaluation of mdo-expressions in the context of the module that defines MonadFix/MonadRec.
Perhaps these "library not loaded" messages should read "module not loaded", or even "Possible fix: add \"import %s\"".
participants (2)
-
Ross Paterson
-
Sigbjorn Finne