package stdcompat

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Stdlib.BoolSource

Sourcetype t = bool =
  1. | false
  2. | true
  • since 4.08.0: type t = bool =

| 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
  • since 4.08.0: external (&&) : bool -> bool -> bool = "%sequand"
Sourceval (||) : bool -> bool -> bool
  • since 4.08.0: external (||) : bool -> bool -> bool = "%sequor"
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