Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 435 Bytes

File metadata and controls

5 lines (4 loc) · 435 Bytes

This directory contains code from Point-Free Episode: Fluently Zipping Parsers

The zip function shows up on many types: from Swift arrays and Combine publishers, to optionals, results, and even parsers! But zip on parsers is a little unlike zip on all of those other types. Let’s explore why and how to fix it.