Encode-0.9: Encoding character dataContentsIndex
PureFP.Parsers.AmbTrie
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.ling.gu.se/~peb/pubs/p02-lic-thesis.pdf

http://www.ling.gu.se/~peb/software/functional-parsing/

Documentation
data AmbTrie s a
Constructors
(:&:) [a] (Map s (AmbTrie s a))
show/hide Instances
Ord s => Functor (AmbTrie s)
Ord s => Monad (AmbTrie s)
Ord s => Monoid (AmbTrie s)
Ord s => Sequence (AmbTrie s)
Ord s => Parser (AmbTrie s) s
InputSymbol s => Symbol (AmbTrie s) s
Produced by Haddock version 0.8