Skip to content

Commit

Permalink
Nomenclature for NonEmptyAlternative
Browse files Browse the repository at this point in the history
  • Loading branch information
TimWSpence committed Nov 1, 2022
1 parent a2dbff0 commit 3197c3e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/nomenclature.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,12 @@ Like the previous section, we use the `E` for the error parameter type.
| `IterableOnce[A] => F[A]` | `fromIterableOnce`
| `G[A] => F[A]` | `fromFoldable` | `G: Foldable`

### NonEmptyAlternative
| Type | Method Name | Constraints |
|------------|--------------|-----------|
| `A => F[A] => F[A]` | `prependK`
| `F[A] => A => F[A]` | `appendK`

## Transformers

### Constructors and wrappers
Expand Down

0 comments on commit 3197c3e

Please sign in to comment.