dynahaskell
dynahaskell copied to clipboard
Can I get around ppr?
Right now typechecking is done by printing out the AST, and then parsing it, and then typechecking that. But why not just typecheck the ast we have?