Skip to content

Commit

Permalink
[REFACTOR]: Infographic
Browse files Browse the repository at this point in the history
  • Loading branch information
csgn committed Aug 31, 2024
1 parent 117cd6c commit 0a5cfbe
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,13 @@ def matrixMonoid(row: Int, col: Int): Monoid[Matrix[Int]] = new {
## Type classes
```mermaid
flowchart BT
monoid --> semigroup
monad --> applicative --> apply --> functor
compose
foldable
Monoid --> Semigroup
Monad --> Applicative & FlatMap --> Apply --> Semigroupal & Functor
Compose
Foldable
Traverse
```

## Progress
Expand Down

0 comments on commit 0a5cfbe

Please sign in to comment.