Module
Text.Parsing.Parser.Pos
- Package
- purescript-parsing
- Repository
- purescript-contrib/purescript-parsing
#Position Source
newtype Position
Position
represents the position of the parser in the input.
line
is the current line in the inputcolumn
is the column of the next character in the current line that will be parsed
Constructors
Instances
#initialPos Source
initialPos :: Position
The Position
before any input has been parsed.