Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 423 Bytes

File metadata and controls

5 lines (4 loc) · 423 Bytes

This directory contains code from Point-Free Episode: Composable Parsing: Flat-Map

The map function on parsers is powerful, but there are still a lot of things it cannot do. We will see that in trying to solve some of its limitations we are naturally led to our old friend the flatMap function.