Implement Set stdlib (#335)

* Implement Set stdlib

* Rename an argument of the function Set.fold

* Add docs for Set stdlib

* Correct the usage of articles in the docs

* Fix bug

* Fix the link to Set stdlib section

Co-authored-by: Radosław Rowicki <35342116+radrow@users.noreply.github.com>
This commit is contained in:
Gaith Hallak
2021-08-07 11:08:45 +03:00
committed by GitHub
parent 4896ad3b36
commit 3029bf31cb
3 changed files with 175 additions and 0 deletions
+1
View File
@@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
- `Set` stdlib
- `Option.force_msg`
### Changed
### Removed