package colibri2

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t'' = private
  1. | Sin of Colibri2_stdlib.Std.A.t * t''
  2. | End of Colibri2_stdlib.Std.A.t * Bound.t * t''
  3. | Inf
val equal_t'' : t'' -> t'' -> Ppx_deriving_runtime.bool
val compare_t'' : t'' -> t'' -> Ppx_deriving_runtime.int
val hash_fold_t'' : Ppx_hash_lib.Std.Hash.state -> t'' -> Ppx_hash_lib.Std.Hash.state
val hash_t'' : t'' -> Ppx_hash_lib.Std.Hash.hash_value
type t' = private
  1. | On of t''
  2. | Off of t''
val equal_t' : t' -> t' -> Ppx_deriving_runtime.bool
val compare_t' : t' -> t' -> Ppx_deriving_runtime.int
val hash_fold_t' : Ppx_hash_lib.Std.Hash.state -> t' -> Ppx_hash_lib.Std.Hash.state
val hash_t' : t' -> Ppx_hash_lib.Std.Hash.hash_value
type integrability =
  1. | Integer
  2. | MaybeReal
val equal_integrability : integrability -> integrability -> Ppx_deriving_runtime.bool
val compare_integrability : integrability -> integrability -> Ppx_deriving_runtime.int
val hash_fold_integrability : Ppx_hash_lib.Std.Hash.state -> integrability -> Ppx_hash_lib.Std.Hash.state
val hash_integrability : integrability -> Ppx_hash_lib.Std.Hash.hash_value
type t = {
  1. integrability : integrability;
  2. u : t';
}
val equal : t -> t -> Ppx_deriving_runtime.bool
val compare : t -> t -> Ppx_deriving_runtime.int
include Ppx_hash_lib.Hashable.S with type t := t
val hash_fold_t : t Base__Ppx_hash_lib.hash_fold
val hash : t -> Base__Ppx_hash_lib.Std.Hash.hash_value
OCaml

Innovation. Community. Security.