summaryrefslogtreecommitdiff
path: root/demo/more/bulkEdit.urs
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2009-10-20 13:08:42 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2009-10-20 13:08:42 -0400
commit1e282f3fc0fdf944d152f33643143fc6e060e1dd (patch)
treedd7bef7f7074492d4ff11411b7b87b14ebd532c0 /demo/more/bulkEdit.urs
parent4ce29a476f2f02448db865787b55037b7b10da69 (diff)
Saving changes to user list
Diffstat (limited to 'demo/more/bulkEdit.urs')
-rw-r--r--demo/more/bulkEdit.urs2
1 files changed, 2 insertions, 0 deletions
diff --git a/demo/more/bulkEdit.urs b/demo/more/bulkEdit.urs
index 6593af1b..0e5d7a6c 100644
--- a/demo/more/bulkEdit.urs
+++ b/demo/more/bulkEdit.urs
@@ -2,6 +2,8 @@ functor Make(M : sig
con keyName :: Name
con keyType :: Type
val showKey : show keyType
+ val readKey : read keyType
+ val injKey : sql_injectable keyType
con visible :: {(Type * Type)}
constraint [keyName] ~ visible