[Parsec] Extracting line and column numbers
Christian Maeder
maeder at tzi.de
Tue Jan 13 15:38:52 EST 2004
Tomasz Zielonka wrote:
> On Tue, Jan 13, 2004 at 12:44:10PM +0100, Stefan Holdermans wrote:
>>abstract and I cannot extract the line and column numbers from a SourcePos
>>value. What are my options?
> What about these?
> sourceColumn :: SourcePos -> Column
> sourceLine :: SourcePos -> Line
These signatures are missing in the source, therefore they are not
listed in the documentation generated by haddock.
Christian
More information about the Haskell
mailing list