Mercurial > urweb
comparison src/compiler.sig @ 1235:a7b773f1d053
Command-line use of Iflow
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Tue, 13 Apr 2010 11:34:59 -0400 |
parents | 5eac14322548 |
children | 459a334345ae |
comparison
equal
deleted
inserted
replaced
1234:e799c8df3146 | 1235:a7b773f1d053 |
---|---|
162 val toPrepare : (string, Cjr.file) transform | 162 val toPrepare : (string, Cjr.file) transform |
163 val toChecknest : (string, Cjr.file) transform | 163 val toChecknest : (string, Cjr.file) transform |
164 val toSqlify : (string, Cjr.file) transform | 164 val toSqlify : (string, Cjr.file) transform |
165 | 165 |
166 val debug : bool ref | 166 val debug : bool ref |
167 val doIflow : bool ref | |
167 | 168 |
168 val addPath : string * string -> unit | 169 val addPath : string * string -> unit |
169 val addModuleRoot : string * string -> unit | 170 val addModuleRoot : string * string -> unit |
170 | 171 |
171 end | 172 end |