aboutsummaryrefslogtreecommitdiffhomepage
path: root/demo/batchFun.urs
diff options
context:
space:
mode:
Diffstat (limited to 'demo/batchFun.urs')
-rw-r--r--demo/batchFun.urs2
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/batchFun.urs b/demo/batchFun.urs
index 695576c5..e3acb197 100644
--- a/demo/batchFun.urs
+++ b/demo/batchFun.urs
@@ -17,7 +17,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