This repository contains the supporting material for the workshop Functional Programming in Swift to be held as part of Functional Conf, Bangalore, 2017.
Talks
- Functional Programming in a Stateful World
- A Type is Worth a Thousand Tests
- Do-It-Yourself Functional Reactive Programming
NB: The first two talks miss the FRP component as this is covered, in more detail, in the third talk.
Goals.app
The Goals-EXERCISE
directory contains an exercise version of Goals.app, the running example from the second and third talk listed above.
SwiftCheck
This repository contains the SwiftCheck property-based testing framework as a submodule.