summaryrefslogtreecommitdiff
path: root/lib/ur/basis.urs
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2009-04-05 12:37:38 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2009-04-05 12:37:38 -0400
commit50aed147862bf5fb1b94528d254013f259f6eba8 (patch)
treec10a3e3756d7705be03a6e683f7eccf9bd9a0d8c /lib/ur/basis.urs
parent85a02505044f45aeff041b30b3a7fcf9cbf76669 (diff)
Update the manual
Diffstat (limited to 'lib/ur/basis.urs')
-rw-r--r--lib/ur/basis.urs1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ur/basis.urs b/lib/ur/basis.urs
index 0d5d3d71..1cbca61d 100644
--- a/lib/ur/basis.urs
+++ b/lib/ur/basis.urs
@@ -113,7 +113,6 @@ val sleep : int -> transaction unit
con channel :: Type -> Type
val channel : t ::: Type -> transaction (channel t)
-val subscribe : t ::: Type -> channel t -> transaction unit
val send : t ::: Type -> channel t -> t -> transaction unit
val recv : t ::: Type -> channel t -> transaction t