Mercurial > urweb
comparison src/monoize.sig @ 385:1195f6e4d208
Support for URL prefixes that works with local demo
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sun, 19 Oct 2008 15:47:47 -0400 |
parents | 7e9bd70ad3ce |
children | 7f653298dd66 |
comparison
equal
deleted
inserted
replaced
384:2a7e7bd7b29f | 385:1195f6e4d208 |
---|---|
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 | |
30 val monoize : CoreEnv.env -> Core.file -> Mono.file | 32 val monoize : CoreEnv.env -> Core.file -> Mono.file |
31 | 33 |
32 val liftExpInExp : int -> Mono.exp -> Mono.exp | 34 val liftExpInExp : int -> Mono.exp -> Mono.exp |
33 | 35 |
34 end | 36 end |