Printable.LiftConf
val hash : t -> int
include module type of struct include Std end
Default dummy definitions.
Include as the first thing to avoid these overriding actual definitions.
val show : [< `Bot | `Lifted of Base.t | `Top ] -> string
val pretty : unit -> t -> Pretty.doc
val printXml :
'a BatInnerIO.output ->
[< `Bot | `Lifted of Base.t | `Top ] ->
unit
val to_yojson : [< `Bot | `Lifted of Base.t | `Top ] -> Yojson.Safe.t
val relift : [< `Bot | `Lifted of Base.t | `Top Lifted ] as 'a -> 'b
val arbitrary : unit -> [ `Bot | `Lifted of Base.t | `Top ] QCheck.arbitrary