|
| Text.ParserCombinators.Parsec.Pos | | Portability | portable | | Stability | provisional | | Maintainer | daan@cs.uu.nl |
|
|
|
|
|
| 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 |