Encode-1.3.8: Encoding character data

CopyrightPeter Ljunglof 2002
LicenseGPL
Maintainerotakar-smrz users.sf.net
Stabilityprovisional
Portabilityportable
Safe HaskellSafe
LanguageHaskell98

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) Source 
Ord s => Functor (Trie s) Source 
Ord s => Applicative (Trie s) Source 
Ord s => Sequence (Trie s) Source 
Ord s => Monoid' (Trie s) Source 
InputSymbol s => Symbol (Trie s) s Source 
Ord s => Parser (Trie s) s Source