On Sun, Jul 22, 2012 at 11:00 AM, C K Kashyap <ckkash...@gmail.com> wrote:
> What's the function to access it?
>

The function 'runParser' returns either a result or a ParseError. You
can extract the error position with the 'errorPos' function, and then
you can extract the name of the file from the position with
'sourceName'.

The the 'Show' instance of ParseError does this.

Antoine

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to