1
Fork 0

update todo

This commit is contained in:
Jake Wheat 2013-12-14 01:01:07 +02:00
parent 931272d1db
commit e80b3606b1
2 changed files with 5 additions and 9 deletions
Language/SQL/SimpleSQL

View file

@ -59,6 +59,7 @@
> ,pePosition :: (Int,Int)
> ,peFormattedError :: String
> } deriving (Eq,Show)
> convParseError :: String -> P.ParseError -> ParseError
> convParseError src e =
> ParseError
@ -70,7 +71,8 @@
> where
> p = errorPos e
format the error more nicely: emacs format for positioning, plus context
format the error more nicely: emacs format for positioning, plus
context
> formatError :: String -> P.ParseError -> String
> formatError src e =