Semigroupoid.OPERATION
Additional operations.
type ('a, 'b) t
The type held by the Semigroupoid.
Semigroupoid
val compose_right_to_left : ('b, 'c) t -> ('a, 'b) t -> ('a, 'c) t
An alias of CORE.compose.
CORE.compose
val compose_left_to_right : ('a, 'b) t -> ('b, 'c) t -> ('a, 'c) t
An alias of CORE.compose with flipped argument.