Safe Haskell | None |
---|
- data SourcePos = SourcePos {
- sourcePosSource :: String
- sourcePosLine :: Int
- sourcePosColumn :: Int
Documentation
A position in a source file.
If there is no file path then we assume that the input has been read from an interactive session and display ''<interactive>'' when pretty printing.
SourcePos | |
|