defer fail
Closed this issue · 1 comments
jamesdbrock commented
TODO defer this error string
Nothing -> defer \_ -> fail $ "Cannot parse"jamesdbrock commented
Made the error string constant instead. We would still pay the price of constructing the error string every time the parser fails.