tpolecat / atto

friendly little parsers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Combinators that will always return at least 1 element should return a NEL

coltfred opened this issue · comments

Combinators like many1, sepBy1 should return NEL instances so callers don't need to worry about calling .headOption.