diff src/compiler.sig @ 16:bc7b76ca57e0

Conversion to Core
author Adam Chlipala <adamc@hcoop.net>
date Sun, 08 Jun 2008 13:59:29 -0400
parents 258261a53842
children 1ab48e37d0ef
line wrap: on
line diff
--- a/src/compiler.sig	Sun Jun 08 13:00:12 2008 -0400
+++ b/src/compiler.sig	Sun Jun 08 13:59:29 2008 -0400
@@ -31,8 +31,10 @@
 
     val parse : string -> Source.file option
     val elaborate : ElabEnv.env -> string -> (ElabEnv.env * Elab.file) option
+    val corify : ElabEnv.env -> CoreEnv.env -> string -> Core.file option
 
     val testParse : string -> unit
     val testElaborate : string -> unit
+    val testCorify : string -> unit
 
 end