Fix some text.

This commit is contained in:
Yann Esposito (Yogsototh) 2020-02-16 15:32:33 +01:00
parent 23e166a56c
commit af6b7ff280
Signed by untrusted user who does not match committer: yogsototh
GPG Key ID: 7B19A4C650D59646
1 changed files with 4 additions and 12 deletions

View File

@ -136,30 +136,22 @@ I also added some information I lacked while I learned Haskell.
The article contains five parts:
- Introduction: a short example to show Haskell can be friendly.
- Basic Haskell: Haskell syntax, and some essential notions.
- Normal Difficulty Part:
- *Essential Haskell*: Haskell syntax, and some essential notions.
- *First Dive*:
- Functional style; a progressive example, from imperative to
functional style
- Types; types and a standard binary tree example
- Infinite Structure; manipulate an infinite binary tree!
- Nightmare Difficulty Part:
- *Dive into the impure*:
- Deal with IO; A very minimal example
- IO trick explained; the hidden detail I lacked to understand IO
- Monads; incredible how we can generalize
- Hell Difficulty Part:
- *Start swimming*: Start a new project.
- Write a real world command line application
- Write a real world full featured REST API
- Appendix:
- More on infinite tree; a more math oriented discussion about
infinite trees
** Helpers :noexport:
:PROPERTIES:
:CUSTOM_ID: helpers