| > The new flag -XMonoLocalBinds tells GHC not to generalise nested | > bindings in let or where clauses, unless there is a type signature, | > in which case we use it. | | If eventually you intend this to be for general consumption then | remember to register the extension in Language.Haskell.Extension. The | key test is whether packages uploaded to hackage should be able to | specify that they use the extension.
Yes that's fine. It's 100% experimental for now! Simon _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
