full-sessions-0.4.189: yet another implementation of session types which does not require annotations
Source code
Contents
Index
Control.Concurrent.FullSession.UChan
Documentation
data
Channel
t n
Source
newUChan
::
IO
(
Channel
t n)
Source
outUChan
::
Channel
t n -> v ->
IO
()
Source
inUChan
::
Channel
t n ->
IO
v
Source
closeUChan
::
Channel
t n ->
IO
()
Source
Produced by
Haddock
version 2.4.2