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