@hackage action-permutations0.0.0.0
Execute a set of actions (e.g. parsers) in each possible order
Categories
License
BSD-3-Clause
Maintainer
Ross Paterson <ross@soi.city.ac.uk>
Links
- Documentation
- No source repository
- Security
Versions
Installation
Dependencies (2)
- base >=1.0 && <2
- special-functors >=1.0 && <1.1 Show all…
Dependents (3)
@hackage/acme-everything, @hackage/penny, @hackage/penny-lib
Package Flags
applicativeinbase
(on by default)
Choose the newer base package, including Applicative and other Functor classes.
Sequence a set of Alternative actions in each possible order, based on "Parsing Permutation Phrases", by Arthur Baars, Andres Loeh and S. Doaitse Swierstra, Haskell Workshop 2001. This is particularly useful for constructing a parser for permutations of elements. This version has a slightly different interface from the paper.