Cabal-2.2.0.0: A framework for packaging Haskell software

Safe HaskellSafe
LanguageHaskell2010

Distribution.Compat.Binary

Synopsis

Documentation

decodeFileOrFail' :: Binary a => FilePath -> IO (Either String a) Source #

Lazily reconstruct a value previously written to a file.