Portability | Haskell 98 |
---|---|
Stability | stable |
Maintainer | haskell@henning-thielemann.de |
Safe Haskell | Safe-Inferred |
Event lists starting with a body and ending with a time difference.
Documentation
switchTimeL :: (time -> T time body -> a) -> T time body -> aSource
switchBodyL :: a -> (body -> T time body -> a) -> T time body -> aSource
mapTimeHead :: (time -> time) -> T time body -> T time bodySource
mapBodyHead :: (body -> body) -> T time body -> T time bodySource