Module BoolDomain.MakeBool

Parameters

module Names : Names

Signature

include module type of struct include Printable.StdLeaf end
include module type of struct include Printable.Std end
val tag : 'a -> 'b
val relift : 'a -> 'a
type t = bool
val equal : t -> t -> Ppx_deriving_runtime.bool
val compare : t -> t -> Ppx_deriving_runtime.int
val hash : t -> int
val name : unit -> string
val show : bool -> string
include sig ... end
val pretty : unit -> t -> Printable.Pretty.doc
val printXml : 'a BatInnerIO.output -> t -> unit
val to_yojson : t -> [> `String of string ]
val arbitrary : unit -> bool QCheck.arbitrary
val pretty_diff : unit -> (t * t) -> GoblintCil.Pretty.doc