| ||||||||
| ||||||||
Description | ||||||||
Textual source positions. | ||||||||
type SourceName = String | ||||||||
type Line = Int | ||||||||
type Column = Int | ||||||||
data SourcePos | ||||||||
| ||||||||
newPos :: SourceName -> Line -> Column -> SourcePos | ||||||||
updatePosChar :: SourcePos -> Char -> SourcePos | ||||||||
updatePosString :: SourcePos -> String -> SourcePos | ||||||||
Produced by Haddock version 0.4 |