Skip to content

Commit

Permalink
Merge pull request #1247 from xuwei-k/patch-2
Browse files Browse the repository at this point in the history
Update RefType scala 3 doc
  • Loading branch information
fthomas authored Feb 5, 2024
2 parents 71cfd8a + 88e93b9 commit e81b2ca
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 e81b2ca

Please sign in to comment.