Text.ParserCombinators.UU.Core

Classes

class IsParser p

class ExtAlternative p

class Eof state

class IsLocationUpdatedBy loc str

class StoresErrors state error

class HasPosition state pos

Types

The parser descriptor

data P st a

The progress information

data Steps

type Cost

type Progress

Auxiliary types

data Nat

type Strings

Functions

Basic Parsers

micro

amb

pErrors

pPos

pState

pEnd

pSwitch

pSymExt

Calling Parsers

parse

parse_h

Acessing and updating various components

getZeroP

getOneP

addLength

Evaluating the online result

eval

Re-exported modules