diff options
Diffstat (limited to 'lib/ur/basis.urs')
-rw-r--r-- | lib/ur/basis.urs | 1 |
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 |