package scalaz
- Source
- package.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- scalaz
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
implicit
def
refTypeEqual[F[_, _], T, P](implicit arg0: Equal[T], rt: RefType[F]): Equal[F[T, P]]
Equalinstance for refined types that delegates to theEqualinstance of the base type. -
implicit
def
refTypeShow[F[_, _], T, P](implicit arg0: Show[T], rt: RefType[F]): Show[F[T, P]]
Showinstance for refined types that delegates to theShowinstance of the base type. - implicit val scalazTagRefType: RefType[@@]
- object auto