event-list-0.0.11: Event lists with relative or absolute time stampsSource codeContentsIndex
Data.EventList.Relative.BodyBody
PortabilityHaskell 98
Stabilitystable
Maintainerhaskell@henning-thielemann.de
Description
Event lists starting with a body and ending with a body.
Documentation
data T time body Source
concatMapMonoid :: Monoid m => (time -> m) -> (body -> m) -> T time body -> mSource
traverse :: Applicative m => (time0 -> m time1) -> (body0 -> m body1) -> T time0 body0 -> m (T time1 body1)Source
mapM :: Monad m => (time0 -> m time1) -> (body0 -> m body1) -> T time0 body0 -> m (T time1 body1)Source
Produced by Haddock version 2.6.0