|
| Data.EventList.Absolute.TimeMixed | | Portability | Haskell 98 | | Stability | stable | | Maintainer | haskell@henning-thielemann.de |
|
|
|
| Description |
|
|
|
| Documentation |
|
| snocBody :: T time body -> body -> T time body | Source |
|
|
| snocTime :: T time body -> time -> T time body | Source |
|
|
| viewTimeR :: T time body -> (T time body, time) | Source |
|
|
|
|
| switchTimeR :: (T time body -> time -> a) -> T time body -> a | Source |
|
|
| switchBodyR :: a -> (T time body -> body -> a) -> T time body -> a | Source |
|
|
| mapTimeInit :: (T time body0 -> T time body1) -> T time body0 -> T time body1 | Source |
|
|
| Produced by Haddock version 2.4.2 |