Module Bool


module Bool: sig .. end

type t = bool 
include Comparable
include Hashable
include Setable
include Sexpable
include Stringable
val not : t -> t
val of_int : int -> t
val to_int : t -> int