1
0

Apply minor textual changes.

This commit is contained in:
Kevin Matsubara 2025-02-21 21:18:25 +01:00
parent 4de65c1fe5
commit 2e9520a4f1
4 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,7 @@
## Elm
These are my notes on the functional programming language Elm.
* [Formatting](./formatting)
* [Maybe.andThen](./maybeandthen)
* [Maybe.map](./maybemap)

View File

@ -1,5 +1,7 @@
### Elm
Dit zijn mijn notities van de functionele programmeertaal Haskell.
* [Formatting](./formatting)
* [Maybe.andThen](./maybeandthen)
* [Maybe.map](./maybemap)

View File

@ -1,5 +1,5 @@
### Haskell
I am learing functional programming and Haskell, these are my notes on the language.
These are my notes on the functional programming language Haskell.
* [Curried Functions](./curried-functions)

View File

@ -1,5 +1,5 @@
### Haskell
I ben functioneel programmeren en Haskell aan het leren, dit zijn mijn notities van deze taal.
Dit zijn mijn notities van de functionele programmeertaal Haskell.
* [Curried Functions](./curried-functions)