Copyright | (c) Henning Thielemann 2007 |
---|---|
Maintainer | haskell@henning-thielemann.de |
Stability | stable |
Portability | Haskell 98 |
Safe Haskell | Safe |
Language | Haskell98 |
Event lists starting with a body and ending with a time difference.
Documentation
switchTimeL :: (time -> T time body -> a) -> T time body -> a Source #
switchBodyL :: a -> (body -> T time body -> a) -> T time body -> a Source #
mapTimeHead :: (time -> time) -> T time body -> T time body Source #
mapBodyHead :: (body -> body) -> T time body -> T time body Source #