aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/ur/top.urs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ur/top.urs')
-rw-r--r--lib/ur/top.urs11
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/ur/top.urs b/lib/ur/top.urs
index 821aa42a..60b6dac2 100644
--- a/lib/ur/top.urs
+++ b/lib/ur/top.urs
@@ -134,14 +134,3 @@ val eqNullable' : tables ::: {{Type}} -> agg ::: {{Type}} -> exps ::: {Type}
-> sql_exp tables agg exps (option t)
-> option t
-> sql_exp tables agg exps bool
-
-
-functor Broadcast(M : sig type t end) : sig
- type topic
-
- val inj : sql_injectable topic
-
- val create : transaction topic
- val subscribe : topic -> transaction (channel M.t)
- val send : topic -> M.t -> transaction unit
-end