Skip to content

Commit

Permalink
Fix definition of productL
Browse files Browse the repository at this point in the history
  • Loading branch information
mtomko authored Nov 20, 2018
1 parent e9c2b9b commit 2fc75a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/tut/nomenclature.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Because `cats` is a library for Scala, and because Scala has many more knobs and

| Type | Method Name | Symbol |
| ------------- |--------------|------------|
| `F[A] => F[A] => F[A]` | `productL` | `<*`
| `F[A] => F[B] => F[A]` | `productL` | `<*`
| `F[A] => F[B] => F[B]` | `productR` | `*>`
| `F[A] => F[B] => F[(A,B)]` | `product` |
| `F[A => B] => F[A] => F[B]` | `ap` | `<*>`
Expand Down

0 comments on commit 2fc75a4

Please sign in to comment.