diff 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
line wrap: on
line diff
--- a/src/monoize.sig	Sun Oct 19 15:19:41 2008 -0400
+++ b/src/monoize.sig	Sun Oct 19 15:47:47 2008 -0400
@@ -27,6 +27,8 @@
 
 signature MONOIZE = sig
 
+    val urlPrefix : string ref
+
     val monoize : CoreEnv.env -> Core.file -> Mono.file
 
     val liftExpInExp : int -> Mono.exp -> Mono.exp