include module type of struct include BoolDomain.Bool end
include sig ... end
val equal : t -> t -> Ppx_deriving_runtime.bool
val compare : t -> t -> Ppx_deriving_runtime.int
val show : bool -> string
val pretty : unit -> t -> Printable.Pretty.doc
val printXml : 'a BatInnerIO.output -> t -> unit
val arbitrary : unit -> bool QCheck.arbitrary
val pretty_diff : unit -> (t * t) -> GoblintCil.Pretty.doc
val to_yojson :
Ppx_deriving_runtime.bool ->
[> `Bool of Ppx_deriving_runtime.bool ]
val name : unit -> string
val may_race : bool -> bool -> bool
val should_print : bool -> bool