Skip to content

Commit

Permalink
[REFACTOR]: Change progress section
Browse files Browse the repository at this point in the history
  • Loading branch information
csgn committed Aug 5, 2024
1 parent 6689ceb commit 99d6b39
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def matrixMonoid(row: Int, col: Int): Monoid[Matrix[Int]] = new {
- [ ] Documentation
- [x] Laws
- [x] Instances
- [ ] Tests
- [x] Tests

- [ ] Apply
- [x] Implementation
Expand Down Expand Up @@ -177,20 +177,20 @@ def matrixMonoid(row: Int, col: Int): Monoid[Matrix[Int]] = new {
- [ ] Monad
- [x] Implementation
- [ ] Documentation
- [ ] Laws
- [x] Laws
- [x] Instances
- [ ] Tests

- [ ] Monoid
- [x] Implementation
- [ ] Documentation
- [ ] Laws
- [x] Laws
- [x] Instances
- [ ] Tests

- [ ] Semigroup
- [x] Implementation
- [ ] Documentation
- [ ] Laws
- [x] Laws
- [x] Instances
- [ ] Tests

0 comments on commit 99d6b39

Please sign in to comment.