Revive External Core typechecker
[ghc-hetmet.git] / utils / ext-core / Interp.hs
index f5f9857..e730012 100644 (file)
@@ -15,7 +15,7 @@ The only major omission is garbage collection.
 Just a sampling of primitive types and operators are included.
 -}
 
-module Interp where
+module Interp ( evalProgram ) where
 
 import Core
 import Printer