summaryrefslogtreecommitdiff
path: root/tests/crud.ur
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.ur
parent1169e58b645a34751d97d9b54e977edd9359587d (diff)
Enhance table sig item support and get demo compiling again
Diffstat (limited to 'tests/crud.ur')
-rw-r--r--tests/crud.ur2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/crud.ur b/tests/crud.ur
index 8aff038d..f085b44e 100644
--- a/tests/crud.ur
+++ b/tests/crud.ur
@@ -33,7 +33,7 @@ fun bool name = {Nam = name,
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