Description
Library for safe functions (deprecated)
Description
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.