lowbyteproductions/Parser-Combinators-From-Scratch

chain should return a Parser

Closed this issue · 1 comments

Good catch, thanks! Was meant to use .map() here - but chain with succeedWith would also work!