aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-safe/pkg-descr
blob: 7fdc399f0e68c6681a171bf218f2fa8193450696 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
A library wrapping Prelude/Data.List functions that can throw exceptions,
such as head and !!.

This package is divided into three modules:

 * Safe contains safe variants of Prelude and Data.List functions.
 * Safe.Foldable contains safe variants of Foldable functions.
 * Safe.Exact creates crashing versions of functions like zip (errors if the
   lists are not equal) and take (errors if there are not enough elements),
   then wraps them to provide safe variants.

WWW: https://github.com/ndmitchell/safe#readme