Arrow.ALIAS
Aliases of some operations functions.
type ('a, 'b) t
The type held by the Arrow.
Arrow
val pre_compose : ('a -> 'b) -> ('b, 'c) t -> ('a, 'c) t
Convenient alias of Preface_specs.Arrow.OPERATION.pre_compose_left_to_right.
Preface_specs.Arrow.OPERATION.pre_compose_left_to_right
val post_compose : ('a, 'b) t -> ('b -> 'c) -> ('a, 'c) t
Convenient alias of Preface_specs.Arrow.OPERATION.post_compose_left_to_right.
Preface_specs.Arrow.OPERATION.post_compose_left_to_right