Skip to content

Commit

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

### Why?

For example, if the compiler knows that a type `A`, is, at a call site, an
`Option[T]`, then `destructured`'s typeclasses can be used to summon cats
typeclasses for the underlying `Option`:
For example, if the compiler knows that a type `A`, is, at a call site, a
subtype of `Option[?]`, then `destructured`'s typeclasses can be used to summon
cats typeclasses for the underlying `Option`:

```
A.pure("hello, world")
Expand Down

0 comments on commit 0fe8894

Please sign in to comment.