summaryrefslogtreecommitdiff
path: root/tests/crud.urs
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2008-10-16 14:52:50 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2008-10-16 14:52:50 -0400
commit5a71851c8495e85a43227db438b15a3060d724d9 (patch)
treeab0690fed40107d83f9a1d07ba3e406eb9f88b9d /tests/crud.urs
parent0abf429653cf148874a7e4dbf0918e77126b87d2 (diff)
Fix problem with sig/struct indenting
Diffstat (limited to 'tests/crud.urs')
-rw-r--r--tests/crud.urs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/crud.urs b/tests/crud.urs
index 0b3a4191..7796a7a2 100644
--- a/tests/crud.urs
+++ b/tests/crud.urs
@@ -8,7 +8,6 @@ con colMeta = fn t_formT :: (Type * Type) =>
Inject : sql_injectable t_formT.1}
con colsMeta = fn cols :: {(Type * Type)} => $(mapT2T colMeta cols)
-val default : t ::: Type -> show t -> read t -> sql_injectable t -> string -> colMeta (t, string)
val int : string -> colMeta (int, string)
val float : string -> colMeta (float, string)
val string : string -> colMeta (string, string)