Module type Arrow.ALIAS

Aliases of some operations functions.

type ('a, 'b) t

The type held by the Arrow.

val pre_compose : ('a -> 'b) -> ('b, 'c) t -> ('a, 'c) t
val post_compose : ('a, 'b) t -> ('b -> 'c) -> ('a, 'c) t