Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 461 Bytes

File metadata and controls

5 lines (4 loc) · 461 Bytes

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

We now have a precise, efficent definition for parsing, but we haven’t even scratched the surface of its relation to functional programming. In this episode we begin to show how all of the functional operators we know and love come into play, starting with map.