aboutsummaryrefslogtreecommitdiffhomepage
path: root/demo/treeFun.urs
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/treeFun.urs
parentfd1a963a81327f7b6a20a0f2ac131d2525649400 (diff)
Enhance table sig item support and get demo compiling again
Diffstat (limited to 'demo/treeFun.urs')
-rw-r--r--demo/treeFun.urs2
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/treeFun.urs b/demo/treeFun.urs
index 501a0575..64a14f4f 100644
--- a/demo/treeFun.urs
+++ b/demo/treeFun.urs
@@ -9,7 +9,7 @@ functor Make(M : sig
val key_inj : sql_injectable key
val option_key_inj : sql_injectable (option key)
- table tab : [id = key, parent = option key] ++ cols
+ table tab : ([id = key, parent = option key] ++ cols)
end) : sig
con id = M.id