Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xu-hao committed Aug 27, 2020
1 parent b3a7bfd commit 37e3411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ap: (F[S -> T], F[S]) -> F[T]

The `Monad` class is defined in `tx.functional.monad`.
It takes in `_pure` and `_bind`. A monad `F` is an applicative and a functor.
A monad is defined by an additional `bind` functions
A monad is defined by an additional `bind` function
```
bind: (F[S], S -> F[T]) -> F[T]
```
Expand Down

0 comments on commit 37e3411

Please sign in to comment.