Encode-0.7: Encoding character dataContentsIndex
FunParsing.Parsers.AmbExTrie
Portabilityportable
Stabilityprovisional
Maintainerotakar.smrz mff.cuni.cz
Description

Chapters 3 and 4 of Pure Functional Parsing – an advanced tutorial by Peter Ljunglöf

http://www.cs.chalmers.se/~peb/pubs/p02-lic-thesis.pdf

http://www.cs.chalmers.se/~peb/software/functional-parsing/

Documentation
data AmbExTrie s a
Constructors
(:&:) [a] (Map s (AmbExTrie s a))
forall b . FMap (b -> a) (AmbExTrie s b)
show/hide Instances
unfold :: Ord s => (a -> b) -> AmbExTrie s a -> AmbExTrie s b
Produced by Haddock version 0.8