summaryrefslogtreecommitdiff
path: root/lib/ur/top.urs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ur/top.urs')
-rw-r--r--lib/ur/top.urs14
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/ur/top.urs b/lib/ur/top.urs
index def3bc63..489e744d 100644
--- a/lib/ur/top.urs
+++ b/lib/ur/top.urs
@@ -269,15 +269,15 @@ val nonempty : fs ::: {Type} -> us ::: {{Unit}} -> sql_table fs us
-> transaction bool
val eqNullable : tables ::: {{Type}} -> agg ::: {{Type}} -> exps ::: {Type}
- -> aw ::: {Unit} -> t ::: Type -> sql_injectable (option t)
- -> sql_exp tables agg exps aw (option t)
- -> sql_exp tables agg exps aw (option t)
- -> sql_exp tables agg exps aw bool
+ -> t ::: Type -> sql_injectable (option t)
+ -> sql_exp tables agg exps (option t)
+ -> sql_exp tables agg exps (option t)
+ -> sql_exp tables agg exps bool
val eqNullable' : tables ::: {{Type}} -> agg ::: {{Type}} -> exps ::: {Type}
- -> aw ::: {Unit} -> t ::: Type -> sql_injectable (option t)
- -> sql_exp tables agg exps aw (option t)
+ -> t ::: Type -> sql_injectable (option t)
+ -> sql_exp tables agg exps (option t)
-> option t
- -> sql_exp tables agg exps aw bool
+ -> sql_exp tables agg exps bool
val mkRead' : t ::: Type -> (string -> option t) -> string -> read t