Name: | ghc-safe |
---|---|
Version: | 0.3.3 |
Release: | 8.el7 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 1524 |
License: | BSD |
RPM: | ghc-safe-0.3.3-8.el7.aarch64.rpm |
Source RPM: | ghc-safe-0.3.3-8.el7.src.rpm |
Build Date: | Fri Jul 27 2018 |
Build Host: | ca-buildarm03.us.oracle.com |
Vendor: | Oracle America |
URL: | http://hackage.haskell.org/package/safe |
Summary: | Library for safe (pattern match free) functions |
Description: | Partial functions from the 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. |