Safe Haskell | None |
---|---|
Language | Haskell98 |
Here we implement a null guard channel that provides no guards, but is hopefully useful as an example.
Documentation
type NullGuardedChannel value = GuardedChannel () value Source #
newNullGuardedChannel :: IO (NullGuardedChannel value) Source #