package General

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include Concepts.Able.Operators.S0 with type t := t
include Concepts.Identifiable.Operators.S0 with type t := t
val (=) : t -> t -> bool
val (<>) : t -> t -> bool
include Traits.Comparable.Operators.S0 with type t := t
val (<) : t -> t -> bool
val (<=) : t -> t -> bool
val (>) : t -> t -> bool
val (>=) : t -> t -> bool
val not : t -> t
val (&&) : t -> t -> t
val (||) : t -> t -> t
val xor : t -> t -> t