Maintainer | tagsoup@henning-thielemann.de |
---|---|
Stability | provisional |
Portability | portable |
Safe Haskell | Safe |
Language | Haskell98 |
Position in a file.
Cf. to Text.ParserCombinators.Parsec.Pos
Documentation
Position in a file consisting of file name, row and column coordinates. Upper left is (0,0), but show routines can display this with different offsets.
initialize :: FileName -> T Source #
toReportText :: T -> String Source #
Convert the file position to a format that development environments can understand.