Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpeeters committed Dec 16, 2023
1 parent 253ea47 commit babbe7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
Common typeclasses and constructors, but parameterized by `A` instead of `F[_]`

### Libraries for Scala 3 (JS, JVM, and Native platforms)
- [`destructured-cats`](#destructured-cats): typeclasses that provide cats typeclasses for the underlying functor, e.g., `Applicative[Option]`
- [`destructured-scala`](#destructured-scala): typeclasses that provide the underlying data constructors of a type `A`, e.g., `Some[T]`

- [`destructured-cats`](#destructured-cats): typeclasses of the underlying functor, e.g., `Applicative[Option]`
- [`destructured-scala`](#destructured-scala): typeclass-based constructors of underlying data type, e.g., `Some[T]`

#### Why?

Expand Down
5 changes: 2 additions & 3 deletions docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
Common typeclasses and constructors, but parameterized by `A` instead of `F[_]`

### Libraries for Scala @SCALA@ (JS, JVM, and Native platforms)
- [`destructured-cats`](#destructured-cats): typeclasses that provide cats typeclasses for the underlying functor, e.g., `Applicative[Option]`
- [`destructured-scala`](#destructured-scala): typeclasses that provide the underlying data constructors of a type `A`, e.g., `Some[T]`

- [`destructured-cats`](#destructured-cats): typeclasses of the underlying functor, e.g., `Applicative[Option]`
- [`destructured-scala`](#destructured-scala): typeclass-based constructors of underlying data type, e.g., `Some[T]`

#### Why?

Expand Down

0 comments on commit babbe7e

Please sign in to comment.