@hackage safe-failure0.2

Partial functions from the prelude with a MonadFailure interface

  • Deprecated

  • Dependencies (0)

  • Dependents (1)

    @hackage/convertible-text
  • Package Flags

      cme
       (on by default)

      build with special support for control-monad-exception

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.