eternity-timestamped-0.2.5: Automatic timestamping for Eternity

Safe HaskellNone
LanguageHaskell2010

Eternity.Timestamped.Potoki.Produce

Synopsis

Documentation

readFromFile :: Serialize event => FilePath -> Produce (Either IOException (Either Text (Timestamped event))) Source #

Same as readFromFile, only specialized to timestamped values.

readFromDir :: Serialize event => FilePath -> Produce (Either IOException (Either Text (Timestamped event))) Source #

Same as readFromDir, only specialized to timestamped values.