summaryrefslogtreecommitdiff
path: root/lib
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
commit466686c44ffbd83ee136a843b6306cb5131bb1e4 (patch)
treec10a3e3756d7705be03a6e683f7eccf9bd9a0d8c /lib
parent60a994326dab3c23d7dd7ab9ff4538c06329e277 (diff)
Update the manual
Diffstat (limited to 'lib')
-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