package coq-serapi

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type ('a, 'b, 'c) gen_universe_decl = ('a, 'b, 'c) UState.gen_universe_decl = {
  1. univdecl_qualities : 'a;
  2. univdecl_instance : 'b;
  3. univdecl_extensible_instance : bool;
  4. univdecl_constraints : 'c;
  5. univdecl_extensible_constraints : bool;
}
val 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
val 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
val 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
val hash_fold_gen_universe_decl : 'a 'b 'c. (Base.Hash.state -> 'a -> Base.Hash.state) -> (Base.Hash.state -> 'b -> Base.Hash.state) -> (Base.Hash.state -> 'c -> Base.Hash.state) -> Base.Hash.state -> ('a, 'b, 'c) gen_universe_decl -> Base.Hash.state
val 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
type rigid = UState.rigid =
  1. | UnivRigid
  2. | UnivFlexible of bool
val rigid_to_yojson : rigid -> Yojson.Safe.t
val rigid_of_sexp : Sexplib0.Sexp.t -> rigid
val sexp_of_rigid : rigid -> Sexplib0.Sexp.t
val hash_fold_rigid : Base.Hash.state -> rigid -> Base.Hash.state
val hash_rigid : rigid -> Base.Hash.hash_value
val compare_rigid : rigid -> rigid -> int