Encode-1.3.6: Encoding character data

Portabilityportable
Stabilityprovisional
Maintainerotakar-smrz users.sf.net
Safe HaskellSafe-Inferred

PureFP.Parsers.Trie

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 Trie s a Source

Instances

Ord s => Monad (Trie s) 
Ord s => Functor (Trie s) 
Ord s => Sequence (Trie s) 
Ord s => Monoid (Trie s) 
InputSymbol s => Symbol (Trie s) s 
Ord s => Parser (Trie s) s