LibZip-0.2.0: Bindings to libzip, a library for manipulating zip archives.

Codec.Archive.LibZip.Errors

Description

Error handling functions.

Synopsis

Documentation

catchZipError :: IO a -> (ZipError -> IO a) -> IO a

Wrapper to catch library errors.