Portability | Haskell 98 |
---|---|
Stability | stable |
Maintainer | [email protected] |
Data.EventList.Relative.MixedTime
Description
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