event-list-0.1.0.1: Event lists with relative or absolute time stamps

PortabilityHaskell 98
Stabilitystable
Maintainerhaskell@henning-thielemann.de
Safe HaskellSafe-Infered

Data.EventList.Absolute.TimeMixed

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