| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Control.Joint.Composition
Documentation
class Composition t where Source #
Instances
| Composition Maybe Source # | |
| Composition (Either e) Source # | |
| Composition (State s) Source # | |
| Composition (Configured e) Source # | |
Defined in Control.Joint.Base.Configured Associated Types type Primary (Configured e) a :: Type Source # Methods run :: Configured e a -> Primary (Configured e) a Source # | |
| Composition (TU t u) Source # | |
| Composition (UT t u) Source # | |
| Composition (TUT t u t') Source # | |