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 600916e commit 6c09169
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Common typeclasses, but parameterized by `A` instead of `F[_]`.
This might be useful if your model uses subtypes in its definition.

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

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

0 comments on commit 6c09169

Please sign in to comment.