Revive External Core typechecker
authorTim Chevalier <chevalier@alum.wellesley.edu>
Mon, 14 Apr 2008 02:46:48 +0000 (02:46 +0000)
committerTim Chevalier <chevalier@alum.wellesley.edu>
Mon, 14 Apr 2008 02:46:48 +0000 (02:46 +0000)
commit420a27dc9fb7de5fc6c96fe078ddd4dc87222d44
treee9e1a3cdf6fb7b5c33fea405b2412904a7776eff
parentd89d0f0a7d39a4390894b7b36c2b0ce24b1b300e
Revive External Core typechecker

The typechecker works again! Yay!

Details upon request.
12 files changed:
utils/ext-core/Check.hs
utils/ext-core/Core.hs
utils/ext-core/Driver.hs
utils/ext-core/Env.hs
utils/ext-core/Interp.hs
utils/ext-core/Makefile
utils/ext-core/ParsecParser.hs
utils/ext-core/Prep.hs
utils/ext-core/PrimCoercions.hs [new file with mode: 0644]
utils/ext-core/Prims.hs
utils/ext-core/Printer.hs
utils/ext-core/README