Safe Haskell | None |
---|---|
Language | Haskell2010 |
- readFromFile :: Serialize event => FilePath -> Produce (Either IOException (Either Text (Timestamped event)))
- readFromDir :: Serialize event => FilePath -> Produce (Either IOException (Either Text (Timestamped event)))
Documentation
readFromFile :: Serialize event => FilePath -> Produce (Either IOException (Either Text (Timestamped event))) Source #
Same as A.readFromFile, only specialized to timestamped values.
readFromDir :: Serialize event => FilePath -> Produce (Either IOException (Either Text (Timestamped event))) Source #
Same as A.readFromDir, only specialized to timestamped values.