Remove a FIXME
This commit is contained in:
parent
ca0131f2d1
commit
47ccd704e4
|
@ -740,7 +740,6 @@ character
|
||||||
a <- hexDigit
|
a <- hexDigit
|
||||||
b <- hexDigit
|
b <- hexDigit
|
||||||
return $ ['*', '#', a, b])
|
return $ ['*', '#', a, b])
|
||||||
-- FIXME: Handle *\n, which is just a line continuation?
|
|
||||||
<|> do { c <- anyChar; return ['*', c] }
|
<|> do { c <- anyChar; return ['*', c] }
|
||||||
<|> do c <- anyChar
|
<|> do c <- anyChar
|
||||||
return [c]
|
return [c]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user