package lsp

  1. Overview
  2. Docs

doc/lsp.stdune/Stdune/Bool/index.html

Module Stdune.BoolSource

Sourcetype t = bool
Sourceval compare : t -> t -> Ordering.t
include Comparator.OPS with type t := t
Sourceval equal : t -> t -> bool
Sourceval (=) : t -> t -> bool
Sourceval (>=) : t -> t -> bool
Sourceval (>) : t -> t -> bool
Sourceval (<=) : t -> t -> bool
Sourceval (<) : t -> t -> bool
Sourceval (<>) : t -> t -> bool
Sourceval to_string : t -> string
Sourceval of_string : string -> t option
Sourceval to_dyn : t -> Dyn.t
OCaml

Innovation. Community. Security.