|
| 1 | +# Summary |
| 2 | + |
| 3 | +* [Capitolo 1: Cosa stiamo facendo?](ch1-it.md) |
| 4 | + * [Introduzioni](ch1-it.md#introduzioni) |
| 5 | + * [Un breve incontro](ch1-it.md#un-breve-incontro) |
| 6 | +* [Capitolo 2: First Class Functions](ch2.md) |
| 7 | + * [A quick review](ch2.md#a-quick-review) |
| 8 | + * [Why favor first class?](ch2.md#why-favor-first-class) |
| 9 | +* [Capitolo 3: Pure Happiness with Pure Functions](ch3.md) |
| 10 | + * [Oh to be pure again](ch3.md#oh-to-be-pure-again) |
| 11 | + * [Side effects may include...](ch3.md#side-effects-may-include) |
| 12 | + * [8th grade math](ch3.md#8th-grade-math) |
| 13 | + * [The case for purity](ch3.md#the-case-for-purity) |
| 14 | + * [In Summary](ch3.md#in-summary) |
| 15 | +* [Capitolo 4: Currying](ch4.md) |
| 16 | + * [Can't live if livin' is without you](ch4.md#cant-live-if-livin-is-without-you) |
| 17 | + * [More than a pun / Special sauce](ch4.md#more-than-a-pun--special-sauce) |
| 18 | + * [In Summary](ch4.md#in-summary) |
| 19 | +* [Capitolo 5: Coding by Composing](ch5.md) |
| 20 | + * [Functional Husbandry](ch5.md#functional-husbandry) |
| 21 | + * [Pointfree](ch5.md#pointfree) |
| 22 | + * [Debugging](ch5.md#debugging) |
| 23 | + * [Category Theory](ch5.md#category-theory) |
| 24 | + * [In Summary](ch5.md#in-summary) |
| 25 | +* [Capitolo 6: Example Application](ch6.md) |
| 26 | + * [Declarative Coding](ch6.md#declarative-coding) |
| 27 | + * [A flickr of functional programming](ch6.md#a-flickr-of-functional-programming) |
| 28 | + * [A Principled Refactor](ch6.md#a-principled-refactor) |
| 29 | + * [In Summary](ch6.md#in-summary) |
| 30 | +* [Capitolo 7: Hindley-Milner and Me](ch7.md) |
| 31 | + * [What's your type?](ch7.md#whats-your-type) |
| 32 | + * [Tales from the cryptic](ch7.md#tales-from-the-cryptic) |
| 33 | + * [Narrowing the possibility](ch7.md#narrowing-the-possibility) |
| 34 | + * [Free as in theorem](ch7.md#free-as-in-theorem) |
| 35 | + * [In Summary](ch7.md#in-summary) |
| 36 | +* [Capitolo 8: Tupperware](ch8.md) |
| 37 | + * [The Mighty Container](ch8.md#the-mighty-container) |
| 38 | + * [My First Functor](ch8.md#my-first-functor) |
| 39 | + * [Schrödinger’s Maybe](ch8.md#schrodingers-maybe) |
| 40 | + * [Pure Error Handling](ch8.md#pure-error-handling) |
| 41 | + * [Old McDonald had Effects…](ch8.md#old-mcdonald-had-effects) |
| 42 | + * [Asynchronous Tasks](ch8.md#asynchronous-tasks) |
| 43 | + * [A Spot of Theory](ch8.md#a-spot-of-theory) |
| 44 | + * [In Summary](ch8.md#in-summary) |
| 45 | +* [Capitolo 9: Monadic Onions](ch9.md) |
| 46 | + * [Pointy Functor Factory](ch9.md#pointy-functor-factory) |
| 47 | + * [Mixing Metaphors](ch9.md#mixing-metaphors) |
| 48 | + * [My chain hits my chest](ch9.md#my-chain-hits-my-chest) |
| 49 | + * [Theory](ch9.md#theory) |
| 50 | + * [In Summary](ch9.md#in-summary) |
| 51 | +* [Capitolo 10: Applicative Functors](ch10.md) |
| 52 | + * [Applying Applicatives](ch10.md#applying-applicatives) |
| 53 | + * [Ships in bottles](ch10.md#ships-in-bottles) |
| 54 | + * [Coordination Motivation](ch10.md#coordination-motivation) |
| 55 | + * [Bro, do you even lift?](ch10.md#bro-do-you-even-lift) |
| 56 | + * [Free can openers](ch10.md#free-can-openers) |
| 57 | + * [Laws](ch10.md#laws) |
| 58 | + * [In Summary](ch10.md#in-summary) |
0 commit comments