The opposite category of `cat`.
Totality: total
Visibility: public export
Constructor: MkOp : cat y x -> Op cat x y
Projection: .runOp : Op cat x y -> cat y x
Hints:
Braided cat ten i => Braided (Op cat) ten i Cocartesian cat ten i => Cartesian (Op cat) ten i CatBifunctor catA catB cat' f => CatBifunctor (Op catA) (Op catB) (Op cat') f CatFunctor cat cat' f => CatFunctor (Op cat) (Op cat') f Category cat => Category (Op cat) Cartesian cat ten i => Cocartesian (Op cat) ten i Monoidal cat ten i => Monoidal (Op cat) ten i Semigroupoid cat => Semigroupoid (Op cat) Traced cat ten i => Traced (Op cat) ten i