Skip to content

Commit

Permalink
Update RefType scala 3 doc
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k authored Feb 3, 2024
1 parent 71cfd8a commit 88e93b9
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ import eu.timepit.refined.internal._
* that only contains a value of type `T`.
*
* The library provides instances of `[[RefType]]` for
* - the `[[Refined]]` value class
* - and `shapeless.tag.@@` which is a subtype of its first parameter
* (i.e. `(T @@ P) <: T`)
* - the `[[Refined]]` opaque type
*/
trait RefType[F[_, _]] extends Serializable {

Expand Down

0 comments on commit 88e93b9

Please sign in to comment.