Via.Operation
type ('a, 'b) t = ('a, 'b) Core.t
The type held by the Category.
Category
val compose_right_to_left : ('b, 'c) t -> ('a, 'b) t -> ('a, 'c) t
An alias of CORE.compose.
CORE
val compose_left_to_right : ('a, 'b) t -> ('b, 'c) t -> ('a, 'c) t
An alias of CORE.compose with flipped argument.