Compare commits

...

10 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
dependabot[bot] 93139b9b7b
Bump eslint from 8.38.0 to 8.39.0 (#119)
Bumps [eslint](https://github.com/eslint/eslint) from 8.38.0 to 8.39.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.38.0...v8.39.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-27 09:56:41 +02:00
Vincent JOUANNE 8f1cc8c0ca update README 2023-04-21 15:31:33 +02:00
Vincent JOUANNE a004571e7e update README 2023-04-21 15:28:36 +02:00
Vincent JOUANNE 3332af2323 fix jest config warning 2023-04-21 14:24:42 +02:00
Vincent JOUANNE 9df7ac21c0 fix typechecking on exo8 2023-04-21 14:21:31 +02:00
Hugo Saracino 538308081b Upgrade all dependencies 2023-04-21 14:15:42 +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
145 changed files with 8812 additions and 5549 deletions

5
.gitignore vendored
View File

@ -13,4 +13,7 @@ node_modules
dist
.DS_Store
.DS_Store
# direnv
/.envrc
/.direnv/

2
.nvmrc
View File

@ -1 +1 @@
v16.16.0
v18.16.0

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More