Portability | portable |
---|---|
Stability | provisional |
Maintainer | tagsoup@henning-thielemann.de |
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 -> TSource
updateOnChar :: Char -> T -> TSource
updateOnString :: T -> String -> TSource
toReportText :: T -> StringSource
Convert the file position to a format that development environments can understand.