Skip to content

Commit

Permalink
Remove obsolete Instances (#487)
Browse files Browse the repository at this point in the history
  • Loading branch information
joroKr21 authored May 30, 2022
1 parent eec95c2 commit f043dda
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 25 deletions.
24 changes: 0 additions & 24 deletions core/src/main/scala-3/cats/derived/instances.scala

This file was deleted.

2 changes: 1 addition & 1 deletion core/src/main/scala-3/cats/derived/package.scala
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ extension (x: Contravariant.type) inline def derived[F[_]]: Contravariant[F] = D
extension (x: Invariant.type) inline def derived[F[_]]: Invariant[F] = DerivedInvariant[F]
extension (x: PartialOrder.type) inline def derived[A]: PartialOrder[A] = DerivedPartialOrder[A]

object semiauto extends Instances:
object semiauto:
inline def eq[A]: Eq[A] = DerivedEq[A]
inline def hash[A]: Hash[A] = DerivedHash[A]
inline def empty[A]: Empty[A] = DerivedEmpty[A]
Expand Down

0 comments on commit f043dda

Please sign in to comment.