vty-5.0.0: A simple terminal UI library

Safe HaskellNone
LanguageHaskell2010

Data.Terminfo.Parse

Synopsis

Documentation

data ParamOp Source

Constructors

IncFirstTwo 

data BuildState Source

Constructors

BuildState 

Fields

nextOffset :: Int
 

data ParseError :: *

The abstract data type ParseError represents parse errors. It provides the source position (SourcePos) of the error and a list of error messages (Message). A ParseError can be returned by the function parse. ParseError is an instance of the Show and Eq classes.