| Copyright | Peter Ljunglof 2002 |
|---|---|
| License | GPL |
| Maintainer | otakar-smrz users.sf.net |
| Stability | provisional |
| Portability | portable |
| Safe Haskell | Safe |
| Language | Haskell98 |
PureFP.Parsers.Standard
Description
Chapters 3 and 4 of Pure Functional Parsing an advanced tutorial by Peter Ljunglöf
Documentation
Constructors
| Std ([s] -> [([s], a)]) |
Instances
| Monad (Standard s) Source | |
| Functor (Standard s) Source | |
| Applicative (Standard s) Source | |
| Sequence (Standard s) Source | |
| Monoid' (Standard s) Source | |
| Lookahead (Standard s) s Source | |
| Eq s => SymbolCont (Standard s) s Source | |
| Eq s => Symbol (Standard s) s Source | |
| Parser (Standard s) s Source | |
| MonadState [s] (Standard s) Source |