aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/demo.sml
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2009-05-02 13:23:07 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2009-05-02 13:23:07 -0400
commit3417bfbe670bd15796dd0fa8ca97209acfedfffb (patch)
treeff50f45f052221ffeee46c29630832c2d29d9161 /src/demo.sml
parent471d5a79a82a673ca46d3a4e711f54ae1409c0f3 (diff)
Path rewriting
Diffstat (limited to 'src/demo.sml')
-rw-r--r--src/demo.sml3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/demo.sml b/src/demo.sml
index 0b7f3345..c08ce0fe 100644
--- a/src/demo.sml
+++ b/src/demo.sml
@@ -103,7 +103,8 @@ fun make {prefix, dirname, guided} =
effectful = [],
clientOnly = [],
serverOnly = [],
- jsFuncs = []
+ jsFuncs = [],
+ rewrites = []
}
val parse = Compiler.run (Compiler.transform Compiler.parseUrp "Demo parseUrp")