hoogle

Safe HaskellSafe-Infered

Hoogle.Type.ParseError

Synopsis

Documentation

data ParseError

Data type representing a parse error. All indecies are 1-based.

Constructors

ParseError 

Fields

lineNo :: Int

Line number on which the error occured, 1 for the first line of a file.

columnNo :: Int

Column number on which the error occured, 1 for the first character of a line.

errorMessage :: String

Error message caused by the parse error.

parseInput :: TagStr

Input string which caused the error - sometimes with a TagEmph to indicate which part was incorrect.