Closed cognivore closed 2 years ago
Given a parser string "yat" <*> string "ima" and an input "yatimAaaa!", we get the following error:
string "yat" <*> string "ima"
"yatimAaaa!"
We should get an error at 1:4 instead.
1:4
Why?
Given a parser
string "yat" <*> string "ima"
and an input"yatimAaaa!"
, we get the following error:We should get an error at
1:4
instead.How?