diff options
Diffstat (limited to 'lib/ur/top.urs')
-rw-r--r-- | lib/ur/top.urs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ur/top.urs b/lib/ur/top.urs index a18bf437..74b04ed1 100644 --- a/lib/ur/top.urs +++ b/lib/ur/top.urs @@ -231,3 +231,5 @@ val eqNullable' : tables ::: {{Type}} -> agg ::: {{Type}} -> exps ::: {Type} -> sql_exp tables agg exps (option t) -> option t -> sql_exp tables agg exps bool + +val mkRead' : t ::: Type -> (string -> option t) -> string -> read t |