Closed JordanMartinez closed 4 years ago
Fixes #33
Note: this doesn't implement Foldable for Parser, which is the other part of that issue.
Foldable
Thanks! I'm not sure a Foldable instance makes much sense for Parser; this PR at least does enable the use case of calling fold on an a array of parsers, though, which is nice.
Parser
fold
What does this pull request do?
Fixes #33
Note: this doesn't implement
Foldable
for Parser, which is the other part of that issue.