package coq-lsp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type constant = Sorts.Quality.constant
val sexp_of_constant : constant -> Sexplib0.Sexp.t
val constant_of_sexp : Sexplib0.Sexp.t -> constant
val constant_to_yojson : constant -> Yojson.Safe.t
val constant_of_yojson : Yojson.Safe.t -> constant Ppx_deriving_yojson_runtime.error_or
val hash_fold_constant : Ppx_hash_lib.Std.Hash.state -> constant -> Ppx_hash_lib.Std.Hash.state
val hash_constant : constant -> Ppx_hash_lib.Std.Hash.hash_value
val compare_constant : constant -> constant -> int
include SerType.SJHC with type t = Sorts.Quality.t
type t = Sorts.Quality.t
include Sexplib0.Sexpable.S with type t := t
val t_of_sexp : Sexplib0__.Sexp.t -> t
val sexp_of_t : t -> Sexplib0__.Sexp.t
val to_yojson : t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
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
include Ppx_compare_lib.Comparable.S with type t := t
val compare : t Base__Ppx_compare_lib.compare
module Set : SerType.SJHC with type t = Sorts.Quality.Set.t
type pattern = Sorts.Quality.pattern
val sexp_of_pattern : pattern -> Sexplib0.Sexp.t
val pattern_of_sexp : Sexplib0.Sexp.t -> pattern
val pattern_to_yojson : pattern -> Yojson.Safe.t
val pattern_of_yojson : Yojson.Safe.t -> pattern Ppx_deriving_yojson_runtime.error_or
val hash_fold_pattern : Ppx_hash_lib.Std.Hash.state -> pattern -> Ppx_hash_lib.Std.Hash.state
val hash_pattern : pattern -> Ppx_hash_lib.Std.Hash.hash_value
val compare_pattern : pattern -> pattern -> int
OCaml

Innovation. Community. Security.