Mercurial > urweb
diff src/compiler.sig @ 25:0a762c73824d
Monoize
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Tue, 10 Jun 2008 13:14:45 -0400 |
parents | bfa2e9ae4df8 |
children | 4ab19c19665f |
line wrap: on
line diff
--- a/src/compiler.sig Sun Jun 08 17:21:31 2008 -0400 +++ b/src/compiler.sig Tue Jun 10 13:14:45 2008 -0400 @@ -34,11 +34,13 @@ val corify : ElabEnv.env -> CoreEnv.env -> string -> Core.file option val reduce : ElabEnv.env -> CoreEnv.env -> string -> Core.file option val shake : ElabEnv.env -> CoreEnv.env -> string -> Core.file option + val monoize : ElabEnv.env -> CoreEnv.env -> string -> Mono.file option val testParse : string -> unit val testElaborate : string -> unit val testCorify : string -> unit val testReduce : string -> unit val testShake : string -> unit + val testMonoize : string -> unit end