Commit Graph

25 Commits

Author SHA1 Message Date
Dmitriy Pleshevskiy 250e2397f1
do all tasks 2023-05-29 22:27:14 +03:00
Gabriel Théron f867fef92d
Rename `apEitherK` to `apSEitherK` + fix some typos (#127)
* exo8: ap -> apS

* Fix typos
2023-05-12 17:35:11 +02:00
Vincent JOUANNE 9df7ac21c0 fix typechecking on exo8 2023-04-21 14:21:31 +02:00
Hugo Saracino 40472e3fb7
Add exercise 8 for defining new combinators (#109)
*  Add exercise 8 for defining new combinators

* ♻️ Handle review comments

* 💬 Add more helpful instructions
2023-01-11 09:41:36 +07:00
Brian Valette e11c1b34c8
Ex6 fixes (#108)
* improve comments readability

* fix name of function to clarify expectation

* fix inaccurate expectation
2022-12-28 09:26:52 +01:00
Hugo Saracino df3ca1252d
Add exercise 7 on collection manipulation (#98)
*  Add exercise 7 on collection manipulation

* 💬 Fix hint

* 💬 Improve hint
2022-11-25 09:27:38 +01:00
vincentj a06d6b2573
Add RTE exercice (#97)
*  (exo6) add RTE exercice

* 👌 (docs) add more precise doc

* 👌 (imports) add better imports

* ♻️ (imports) use modules
2022-11-09 12:10:28 +01:00
Justine Mignot eb34020b8e
Add exercice about 'if' (#40)
*  add bonus (about if) in exo1

* ♻️ improve bonus

* 🔥 remove not clear exercice

* ♻️ better bonus explanations

* ♻️ spaces
2022-05-13 14:04:01 +02:00
Darya Talanina 480e063d8c
💬 Fix some wording (#25)
* 💬 Fix some wording

* Update src/exo1/exo1.ts

Co-authored-by: Hugo Saracino <hugo@inato.com>

* 💬 Be more precise

Co-authored-by: Hugo Saracino <hugo@inato.com>
2022-04-20 14:41:57 +02:00
Laure Retru-Chavastel db715ba88c
Fix typos (#23)
* ✏️  Fix typos in exo0

* ✏️  Fix typos in exo1

* ✏️  Fix typo in exo2

* ✏️  Fix typo on "Exercise"
2022-04-20 09:05:56 +02:00
vinassefranche 94af9b7821 Add exercice on sequence 2022-03-07 15:00:59 +01:00
vinassefranche 51e335067d Split the first test 2022-03-04 17:18:48 +01:00
vinassefranche a8a660aa8d Add exercise on parallel and sequential traversing 2022-03-04 14:26:01 +01:00
vinassefranche 5ee006f03c Add the first exercices on traverse 2022-03-04 11:41:41 +01:00
Hugo Saracino 662bf15c6d Add exercise number 4 for Reader 2022-01-12 14:17:37 +01:00
Hugo Saracino 53440267bd 🎨 Switch to the preferred way of importing fp-ts 2022-01-11 16:06:01 +01:00
Hugo Saracino 27f8c00210 Add an exercise 0 for pipe and flow 2020-12-09 09:30:12 +01:00
Hugo Saracino e33814cf3b 💡 Add a hint for the sortBy step in exercise 3 2020-12-09 09:30:12 +01:00
Hugo Saracino 6a45b22df5 Add a test for the -Infinity edge case in exercise 1 2020-12-09 09:30:12 +01:00
Xavier 24888d84f8 fix comment regarding tryCatch signature 2020-12-03 11:40:50 +01:00
Hugo Saracino 7500ab98a0 📝 Add explanations and hints for exo 3 2020-09-14 14:38:19 +02:00
Hugo Saracino c0ca5d234c Add exercice number 3 - Ord 2020-09-14 12:00:45 +02:00
Hugo Saracino faf9d64553 Add exercice number 2 2020-07-06 15:36:06 +02:00
Hugo Saracino 8e466d82f3 🔧 Add utilitary Failure type 2020-07-06 15:18:39 +02:00
Hugo Saracino 63f1f160ab 🎉 Initial commit 2020-07-03 18:01:45 +02:00