update todo
This commit is contained in:
parent
931272d1db
commit
e80b3606b1
2 changed files with 5 additions and 9 deletions
Language/SQL/SimpleSQL
|
@ -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 =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue