| Name: | ghc-parsec |
|---|---|
| Version: | 3.1.3 |
| Release: | 31.el7 |
| Architecture: | x86_64 |
| Group: | Unspecified |
| Size: | 680532 |
| License: | BSD |
| RPM: | ghc-parsec-3.1.3-31.el7.x86_64.rpm |
| Source RPM: | ghc-parsec-3.1.3-31.el7.src.rpm |
| Build Date: | Sat Nov 18 2017 |
| Build Host: | x86-ol7-builder-03.us.oracle.com |
| Vendor: | Oracle America |
| URL: | http://hackage.haskell.org/package/parsec |
| Summary: | Monadic parser combinators |
| Description: | Parsec is designed from scratch as an industrial-strength parser library. It is simple, safe, well documented (on the package homepage), has extensive libraries and good error messages, and is also fast. It is defined as a monad transformer that can be stacked on arbitrary monads, and it is also parametric in the input stream type. |