package coq-lsp

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

Module Serlib.Ser_uStateSource

Sourcetype ('a, 'b, 'c) gen_universe_decl = ('a, 'b, 'c) UState.gen_universe_decl = {
  1. univdecl_qualities : 'a;
  2. univdecl_extensible_qualities : bool;
  3. univdecl_instance : 'b;
  4. univdecl_extensible_instance : bool;
  5. univdecl_constraints : 'c;
  6. univdecl_extensible_constraints : bool;
}
Sourceval gen_universe_decl_of_sexp : 'a 'b 'c. (Sexplib0.Sexp.t -> 'a) -> (Sexplib0.Sexp.t -> 'b) -> (Sexplib0.Sexp.t -> 'c) -> Sexplib0.Sexp.t -> ('a, 'b, 'c) gen_universe_decl
Sourceval sexp_of_gen_universe_decl : 'a 'b 'c. ('a -> Sexplib0.Sexp.t) -> ('b -> Sexplib0.Sexp.t) -> ('c -> Sexplib0.Sexp.t) -> ('a, 'b, 'c) gen_universe_decl -> Sexplib0.Sexp.t
Sourceval gen_universe_decl_to_yojson : 'a 'b 'c. ('a -> Yojson.Safe.t) -> ('b -> Yojson.Safe.t) -> ('c -> Yojson.Safe.t) -> ('a, 'b, 'c) gen_universe_decl -> Yojson.Safe.t
Sourceval hash_fold_gen_universe_decl : 'a 'b 'c. (Ppx_hash_lib.Std.Hash.state -> 'a -> Ppx_hash_lib.Std.Hash.state) -> (Ppx_hash_lib.Std.Hash.state -> 'b -> Ppx_hash_lib.Std.Hash.state) -> (Ppx_hash_lib.Std.Hash.state -> 'c -> Ppx_hash_lib.Std.Hash.state) -> Ppx_hash_lib.Std.Hash.state -> ('a, 'b, 'c) gen_universe_decl -> Ppx_hash_lib.Std.Hash.state
Sourceval compare_gen_universe_decl : 'a 'b 'c. ('a -> 'a -> int) -> ('b -> 'b -> int) -> ('c -> 'c -> int) -> ('a, 'b, 'c) gen_universe_decl -> ('a, 'b, 'c) gen_universe_decl -> int
Sourcetype rigid = UState.rigid =
  1. | UnivRigid
  2. | UnivFlexible of bool
Sourceval rigid_of_sexp : Sexplib0.Sexp.t -> rigid
Sourceval sexp_of_rigid : rigid -> Sexplib0.Sexp.t
Sourceval rigid_to_yojson : rigid -> Yojson.Safe.t
Sourceval hash_fold_rigid : Ppx_hash_lib.Std.Hash.state -> rigid -> Ppx_hash_lib.Std.Hash.state
Sourceval hash_rigid : rigid -> Ppx_hash_lib.Std.Hash.hash_value
Sourceval compare_rigid : rigid -> rigid -> int
OCaml

Innovation. Community. Security.