Mercurial > urweb
comparison src/monoize.sig @ 764:7f653298dd66
C FFI compiler options
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Thu, 30 Apr 2009 17:15:14 -0400 |
parents | 1195f6e4d208 |
children | 365727ff68f4 |
comparison
equal
deleted
inserted
replaced
763:af41ec2f302a | 764:7f653298dd66 |
---|---|
25 * POSSIBILITY OF SUCH DAMAGE. | 25 * POSSIBILITY OF SUCH DAMAGE. |
26 *) | 26 *) |
27 | 27 |
28 signature MONOIZE = sig | 28 signature MONOIZE = sig |
29 | 29 |
30 val urlPrefix : string ref | |
31 | |
32 val monoize : CoreEnv.env -> Core.file -> Mono.file | 30 val monoize : CoreEnv.env -> Core.file -> Mono.file |
33 | 31 |
34 val liftExpInExp : int -> Mono.exp -> Mono.exp | 32 val liftExpInExp : int -> Mono.exp -> Mono.exp |
35 | 33 |
36 end | 34 end |