@hackage safe-failure0.1

Library for safe functions

  • Deprecated

  • Dependencies (0)

  • Dependents (1)

    @hackage/convertible-text
  • Package Flags

      cme
       (on by default)

      build with special support for control-monad-exception

      extensibleexceptions
       (off by default)

      Use extensible-exception package

Partial functions from the base library, such as head and !!, modified to fail in a MonadFailure monad. These functions can be used to reduce the number of unsafe pattern matches in your code.