Skip to content

Commit

Permalink
Merge pull request #4580 from Masynchin/fix-choice-alias-in-docs
Browse files Browse the repository at this point in the history
Fix `choice` alias render in docs
  • Loading branch information
satorg committed Apr 3, 2024
2 parents da8cb9b + ee76f7e commit 67aad39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/nomenclature.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ Here, we use `Ki` as a short-hand for `Kleisli`.
| `F[A, B] => F[C, A] => F[C, B]` | `compose` | `<<<` |
| `F[A, B] => F[B, C] => F[A, C]` | `andThen` | `>>>` |
| `=> F[A,A]` | `id` |
| `F[A, B] => F[C, B] => F[Either[A, C], B]` | `choice` | `|||`
| `F[A, B] => F[C, B] => F[Either[A, C], B]` | `choice` | `|||` |
| `=> F[ Either[A, A], A]` | `codiagonal` |

#### Arrow
Expand Down

0 comments on commit 67aad39

Please sign in to comment.