Skip to content

Latest commit

 

History

History

0009-algebraic-data-types-pt-2

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Point-Free Episode #9

Algebraic Data Types: Exponents

We continue our explorations into algebra and the Swift type system. We show that exponents correspond to functions in Swift, and that by using the properties of exponents we can better understand what makes some functions more complex than others.

This directory contains code from Point-Free Episode #9: Algebraic Data Types: Exponents