aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-safe/pkg-descr
blob: 381c4a0f6a1d56a2d61ad73363b9862e0530a94f (plain) (blame)
1
2
3
4
5
6
7
8
Partial functions from the Haskell base library, such as head and !!, modified
to return more descriptive error messages, programmer defined error messages,
Maybe wrapped results and default values.

These functions can be used to reduce the number of unsafe pattern matches in
your code.

WWW: http://www-users.cs.york.ac.uk/~ndm/safe/