Module Instances.ComposeLeft

Parameters

Signature

type ('a, 'b) t = ('a L.t, 'b) T.t
val compare : ('a -> 'a -> int) -> ('b -> 'b -> int) -> ('a, 'b) t -> ('a, 'b) t -> int
val order : ('a -> 'a -> Types.order) -> ('b -> 'b -> Types.order) -> ('a, 'b) t -> ('a, 'b) t -> Types.order
val equal : ('a -> 'a -> bool) -> ('b -> 'b -> bool) -> ('a, 'b) t -> ('a, 'b) t -> bool
val pp : 'a Types.pp -> 'b Types.pp -> ('a, 'b) t Types.pp
val hash : ('a -> int) -> ('b -> int) -> ('a, 'b) t -> int