|
| Data.EventList.Relative.BodyBody | | Portability | Haskell 98 | | Stability | stable | | Maintainer | haskell@henning-thielemann.de |
|
|
|
| Description |
| Event lists starting with a body and ending with a body.
|
|
|
| Documentation |
|
|
Instances | |
|
|
| concatMapMonoid :: Monoid m => (time -> m) -> (body -> m) -> T time body -> m | Source |
|
|
| mapM :: Monad m => (time0 -> m time1) -> (body0 -> m body1) -> T time0 body0 -> m (T time1 body1) | Source |
|
|
| Produced by Haddock version 2.4.2 |