@hackage / safe-failure

Library for safe functions (deprecated)

Version Deprecated package0.5.0.2

About

Metadata

  • Last updated , by MichaelSnoyman
  • License BSD-3-Clause
  • Maintained by: pepeiborra@gmail.com

  • Lottery factor: 0

Links

Installation

This package has been deprecated

Readme

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