Mercurial > urweb
diff src/compiler.sig @ 20:1ab48e37d0ef
Some con reducing
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sun, 08 Jun 2008 15:47:44 -0400 |
parents | bc7b76ca57e0 |
children | bfa2e9ae4df8 |
line wrap: on
line diff
--- a/src/compiler.sig Sun Jun 08 14:42:12 2008 -0400 +++ b/src/compiler.sig Sun Jun 08 15:47:44 2008 -0400 @@ -32,9 +32,11 @@ 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 reduce : ElabEnv.env -> CoreEnv.env -> string -> Core.file option val testParse : string -> unit val testElaborate : string -> unit val testCorify : string -> unit + val testReduce : string -> unit end