Instances.Lift
module T : Types.TYPE
module I : sig ... end
include Types.PRINTABLE with type t = I.t
type t = I.t
val pp : t Types.pp
val compare : t -> t -> int
val order : t -> t -> Types.order
val equal : t -> t -> bool
val hash : t -> int