Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 446 Bytes

File metadata and controls

5 lines (4 loc) · 446 Bytes

This directory contains code from Point-Free Episode: Parser Combinators Recap: Part 2

We round out our parsing recap by reintroducing that functional trio of operators: map, zip, and flat-map. We’ll use them to build up some complex parsers and make a few more ergonomic improvements to our library along the way.