Skip to content

Latest commit

 

History

History

0024-zip-pt2

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

This directory contains code from Point-Free Episode: The Many Faces of Zip: Part 2

In part two of our series on zip we will show that many types support a zip-like operation, and some even support multiple distinct implementations. However, not all zips are created equal, and understanding this can lead to some illuminating properties of our types.

Getting Started

  • Clone repo
  • cd into this directory
  • Initialize submodule: git submodule update --init
  • Open Zip.xcworkspace
  • Build cmd+B
  • Explore the app or run the playground