aboutsummaryrefslogtreecommitdiffhomepage
path: root/demo/batchFun.ur
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2009-04-07 15:04:07 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2009-04-07 15:04:07 -0400
commit98370da7e9f70e3d83f666019b765e15f617b846 (patch)
tree24ba2b9bca09a5a9c9236d096b13998d77a97ab9 /demo/batchFun.ur
parentfd1a963a81327f7b6a20a0f2ac131d2525649400 (diff)
Enhance table sig item support and get demo compiling again
Diffstat (limited to 'demo/batchFun.ur')
-rw-r--r--demo/batchFun.ur2
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/batchFun.ur b/demo/batchFun.ur
index 2eed464b..35276d0e 100644
--- a/demo/batchFun.ur
+++ b/demo/batchFun.ur
@@ -27,7 +27,7 @@ functor Make(M : sig
constraint [Id] ~ cols
val fl : folder cols
- val tab : sql_table ([Id = int] ++ map fst cols)
+ table tab : ([Id = int] ++ map fst cols)
val title : string