include module type of struct include Stdlib.Bool end
type t = bool = | false| true
val (&&) : bool -> bool -> boolval (||) : bool -> bool -> boolval equal : bool -> bool -> boolval compare : bool -> bool -> intval to_float : bool -> floatval to_string : bool -> stringval seeded_hash : int -> bool -> int