Encode-1.3.8: Encoding character data

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

PureFP.Parsers.AmbExTrie

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

Constructors

[a] :&: (Map s (AmbExTrie s a)) 
forall b . FMap (b -> a) (AmbExTrie s b) 

unfold :: Ord s => (a -> b) -> AmbExTrie s a -> AmbExTrie s b Source