Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Helper functions and types for Data.Stream. You will typically not need them.
Synopsis
- data JointState a b = JointState a b
- data Alternatively stateL stateR
- data Many state x
- = NotStarted
- | Ongoing x state
- | Finished
- data Fix t = Fix {}
- fixState :: (forall s. s -> t s) -> Fix t
Documentation
data Alternatively stateL stateR Source #
Internal state of the result of Alternative
constructions