Encode-1.3.7: Encoding character data

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

PureFP.Parsers.Standard

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

newtype Standard s a Source

Constructors

Std ([s] -> [([s], a)]) 

Instances

Monad (Standard s) 
Functor (Standard s) 
Sequence (Standard s) 
Monoid (Standard s) 
Lookahead (Standard s) s 
Eq s => SymbolCont (Standard s) s 
Eq s => Symbol (Standard s) s 
Parser (Standard s) s 
MonadState [s] (Standard s) 
Sequence (Extend e s) 
Monoid (Extend e s) 
Eq s => Symbol (Extend e s) s 
ExtEnv e => Parser (Extend e s) s