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