Op

final case class Op[Arr[_, _], A, B](run: Arr[B, A])

The dual category of some other category, Arr.

The dual category of some other category, Arr.

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def compose[Z](op: Op[Arr, Z, A])(Arr: Compose[Arr]): Op[Arr, Z, B]
def eqv(op: Op[Arr, A, B])(Arr: Eq[Arr[B, A]]): Boolean

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product