From e56ecefbc8cc0251d30511ec8c6cdc8dca25a263 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Tue, 7 Apr 2009 15:04:07 -0400 Subject: Enhance table sig item support and get demo compiling again --- demo/treeFun.urs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demo/treeFun.urs') 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 -- cgit v1.2.3