
21 Apr
2010
21 Apr
'10
9:07 p.m.
That said, when I last used it, it certainly did parse case expressions/lambdas! It was basically Haskell 98 plus a couple of extensions, but not that much of the base library. I've no idea if you broke something in your cleanup, or if something else got broken before you got to it.
If this "compiler98" is the one that is shared between yhc and nhc98 repos, then it certainly is a full working compiler for Haskell'98 + pattern-guards + existential types + FFI + hierarchical modules. Indeed, my automated builds of nhc98 still successfully build this compiler every night. (I wish the same could be said for the the base library, which has recently broken again - stick to Haskell'98 I say!) Regards, Malcolm