Module Stdcompat.BoolSource

Sourcetype t = bool =
  1. | false
  2. | true

| false | true

Sourceval seeded_hash : int -> bool -> int
  • since 5.1.0: val seeded_hash : int -> bool -> int
Sourceval hash : bool -> int
  • since 5.1.0: val hash : bool -> int
Sourceval not : bool -> bool
  • since 4.08.0: val not : bool -> bool
Sourceval (&&) : bool -> bool -> bool
Sourceval (||) : bool -> bool -> bool
Sourceval equal : bool -> bool -> bool
  • since 4.08.0: val equal : bool -> bool -> bool
Sourceval compare : bool -> bool -> int
  • since 4.08.0: val compare : bool -> bool -> int
Sourceval to_int : bool -> int
  • since 4.08.0: val to_int : bool -> int
Sourceval to_float : bool -> float
  • since 4.08.0: val to_float : bool -> float
Sourceval to_string : bool -> string
  • since 4.08.0: val to_string : bool -> string