Hoogle.Type.ParseError
- data ParseError = ParseError {
- lineNo :: Int
- columnNo :: Int
- errorMessage :: String
- parseInput :: TagStr
- parseErrorWith :: Int -> Int -> String -> String -> ParseError
Documentation
data ParseError
Data type representing a parse error. All indecies are 1-based.
Constructors
ParseError | |
Fields
|
Instances
parseErrorWith :: Int -> Int -> String -> String -> ParseError