summaryrefslogtreecommitdiff
path: root/tests/crud.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
commite56ecefbc8cc0251d30511ec8c6cdc8dca25a263 (patch)
tree24ba2b9bca09a5a9c9236d096b13998d77a97ab9 /tests/crud.urs
parent1169e58b645a34751d97d9b54e977edd9359587d (diff)
Enhance table sig item support and get demo compiling again
Diffstat (limited to 'tests/crud.urs')
-rw-r--r--tests/crud.urs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/crud.urs b/tests/crud.urs
index 33090421..ffb1d3f1 100644
--- a/tests/crud.urs
+++ b/tests/crud.urs
@@ -16,7 +16,7 @@ val bool : string -> colMeta (bool, bool)
functor Make(M : sig
con cols :: {(Type * Type)}
constraint [Id] ~ cols
- val tab : sql_table ([Id = int] ++ mapT2T fstTT cols)
+ table tab : ([Id = int] ++ mapT2T fstTT cols)
val title : string