CCBool
type t
= bool
val compare : t -> t -> int
Total ordering on booleans, similar to Pervasives.compare.
Pervasives
val equal : t -> t -> bool
val negate : t -> t
Negation on booleans (functional version of not).
not
since 1.3, simply use not instead.
type 'a printer
= Stdlib.Format.formatter -> 'a -> unit
val pp : t printer