Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Commit

Permalink
Parser: Added source position functions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-Diaz committed May 15, 2014
1 parent 69ded1b commit a35d0c0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Text/LaTeX/Base/Parser.hs
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,14 @@ module Text.LaTeX.Base.Parser (
, ParseError
, errorPos
, errorMessages
-- ** Error messages
, Message (..)
, messageString
-- ** Source positions
, SourcePos
, sourceLine
, sourceColumn
, sourceName
) where

import Text.Parsec hiding ((<|>),many)
Expand Down

0 comments on commit a35d0c0

Please sign in to comment.