Module Instances.InstanciateRight

Parameters

module R : Types.TYPE

Signature

type 'a t = ('a, R.t) 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