Instances.InstanciateLeft
module T : Types.BINARY_TYPE
module L : Types.TYPE
type 'a t = (L.t, 'a) T.t
val compare : ('a -> 'a -> int) -> 'a t -> 'a t -> int
val order : ('a -> 'a -> Types.order) -> 'a t -> 'a t -> Types.order
val equal : ('a -> 'a -> bool) -> 'a t -> 'a t -> bool
val pp : 'a Types.pp -> 'a t Types.pp
val hash : ('a -> int) -> 'a t -> int