Module Printable.HashCached

Parameters

module Base : S

Signature

module LazyHash : sig ... end
val name : unit -> string
type t = {
  1. m : Base.t;
  2. lazy_hash : LazyHash.t;
}
val lift : Base.t -> t
val unlift : t -> Base.t
val relift : t -> t
val lift_f : (Base.t -> 'a) -> t -> 'b
val lift_f' : (Base.t -> Base.t) -> t -> t
val lift_f2 : (Base.t -> Base.t -> 'a) -> t -> t -> 'b
val lift_f2' : (Base.t -> Base.t -> Base.t) -> t -> t -> t
val equal : t -> t -> bool
val compare : t -> t -> int
val hash : t -> int
val show : t -> string
val pretty : unit -> t -> Pretty.doc
val printXml : 'a BatInnerIO.output -> t -> unit
val to_yojson : t -> Yojson.Safe.t
val arbitrary : unit -> t QCheck.arbitrary
val tag : t -> int