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/crud.urs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demo/crud.urs') diff --git a/demo/crud.urs b/demo/crud.urs index 57ab3808..9b1055b2 100644 --- a/demo/crud.urs +++ b/demo/crud.urs @@ -18,7 +18,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 -- cgit v1.2.3