-
Notifications
You must be signed in to change notification settings - Fork 7
Home
Brian Marick edited this page Jan 24, 2018
·
19 revisions
This wiki is for discussion of exercises in An Outsider's Guide to Statically Typed Functional Programming. It might eventually be expanded to discussions of the chapters themselves.
- Chapter 1: Functions
- Chapter 3: Type annotations
- Chapter 5: Maybe
- Chapter 7: Sum types
- Chapter 8: The Elm Architecture 1
- Chapter 9: Records
- Chapter 13: Recursion and folding
- Chapter 17: A Refactoring
- Chapter 18: Animation extras
- Chapter 20: Text input, form state, and validation
- Chapter 23: Dictionaries and arrays
- Chapter 24: Lenses and law-based design
- Chapter 26: Error-handling, pipelines, and JSON
- Chapter 27: JSON decoders, functors, and type constructors