Module Stdune__.Bool

type t = bool
val compare : t -> t -> Stdune.Ordering.t
val to_string : t -> string
val of_string : string -> t option