action-permutations
Execute a set of actions (e.g. parsers) in each possible order
LTS Haskell 23.27: | 0.0.0.1 |
Stackage Nightly 2025-07-12: | 0.0.0.1 |
Latest on Hackage: | 0.0.0.1 |
BSD-3-Clause licensed and maintainedbyRoss Paterson
This version can be pinned in stack with:
action-permutations-0.0.0.1@sha256:8891b092a96a2f9a8c40beaf2d3730b43a59c4d5aaa3066c339037c1a6283706,940
Module documentation for 0.0.0.1
- Control
- Control.Applicative
Depends on 1 package(full list with versions):
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 forpermutations of elements.This version has a slightly different interface from the paper.