DiffCatsInstances
trait DiffCatsInstances
class Object
trait Matchable
class Any
Implicits
Implicits
implicit def diffChain[T : Diff](implicit evidence$2: Diff[T], seqMatcher: SeqMatcher[T], seqLike: SeqLike[Chain]): Diff[Chain[T]]
implicit def diffNec[T : Diff](implicit evidence$3: Diff[T], seqMatcher: SeqMatcher[T], seqLike: SeqLike[NonEmptyChain]): Diff[Type[T]]
implicit def diffNel[T : Diff](implicit evidence$1: Diff[T], seqMatcher: SeqMatcher[T], seqLike: SeqLike[NonEmptyList]): Diff[NonEmptyList[T]]
implicit def diffNem[K : Diff, V : Diff](implicit evidence$6: Diff[K], evidence$7: Diff[V], mapMatcher: MapMatcher[K, V], mapLike: MapLike[NonEmptyMap]): Diff[Type[K, V]]
implicit def diffNes[T : Diff](implicit evidence$5: Diff[T], setMatcher: SetMatcher[T], setLike: SetLike[NonEmptySet]): Diff[Type[T]]
implicit def diffNev[T : Diff](implicit evidence$4: Diff[T], seqMatcher: SeqMatcher[T], seqLike: SeqLike[NonEmptyVector]): Diff[NonEmptyVector[T]]