Copyright | (c) Henning Thielemann 2007-2010 |
---|---|
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 body.
Documentation
Functor (T time) Source # | |
Foldable (T time) Source # | |
Traversable (T time) Source # | |
(Eq body, Eq time) => Eq (T time body) Source # | |
(Ord body, Ord time) => Ord (T time body) Source # | |
(Show time, Show body) => Show (T time body) Source # | |
(Arbitrary time, Arbitrary body) => Arbitrary (T time body) Source # | |
concatMapMonoid :: Monoid m => (time -> m) -> (body -> m) -> T time body -> m Source #