event-list-0.0.10: Event lists with relative or absolute time stampsSource codeContentsIndex
Data.EventList.Absolute.TimeMixed
PortabilityHaskell 98
Stabilitystable
Maintainerhaskell@henning-thielemann.de
Description
Documentation
snocBody :: T time body -> body -> T time bodySource
snocTime :: T time body -> time -> T time bodySource
viewTimeR :: T time body -> (T time body, time)Source
viewBodyR :: T time body -> Maybe (T time body, body)Source
switchTimeR :: (T time body -> time -> a) -> T time body -> aSource
switchBodyR :: a -> (T time body -> body -> a) -> T time body -> aSource
mapTimeInit :: (T time body0 -> T time body1) -> T time body0 -> T time body1Source
Produced by Haddock version 2.4.2