
30 Jun
2010
30 Jun
'10
8:39 p.m.
Doesn't that mean that hare requires also type information? Even though haskell-src-exts is impressive, I doubt it comes with a typechecker for GHC Haskell.
HaRe does require a type checker, but we use hint for that, not Programmatica. So haskell-src-exts shouldn't interfere... but it would be nice to move over to a fully type-decorated AST, if possible. Chris.