The perm package
Based on "Parsing Permutation Phrases", by Arthur Baars, Andres Loeh and S. Doaitse Swierstra, Haskell Workshop 2001. The implementation given here does not include explicit optional actions, and instead implements Alternative and MonadPlus. m <|> pure a should be used where addOpt a m would be used.
Properties
| Versions | 0.1.0.0, 0.1.0.1, 0.2.0.0, 0.2.0.1, 0.3.0.0, 0.3.0.1, 0.4.0.0 |
|---|---|
| Dependencies | base (4.*), catch-fd (≥0.2 & <0.4), mtl (≥2.0 & <2.2), transformers (≥0.2 & <0.4) |
| License | BSD3 |
| Author | Andy Sonnenburg |
| Maintainer | Andy Sonnenburg <andy22286@gmail.com> |
| Category | Control |
| Home page | https://github.com/sonyandy/perm |
| Bug tracker | https://github.com/sonyandy/perm/issues |
| Source repository | git clone git://github.com/sonyandy/perm.git |
| Upload date | Wed Oct 17 00:27:57 UTC 2012 |
| Uploaded by | AndySonnenburg |
| Built on | ghc-7.6 |
Modules
- Control
- Applicative
- Monad
Downloads
- perm-0.1.0.1.tar.gz (Cabal source package)
- package description (included in the package)