package coq-serapi

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type closure = Ltac_pretype.closure
val closure_of_sexp : Sexplib.Sexp.t -> closure
val sexp_of_closure : closure -> Sexplib.Sexp.t
type closed_glob_constr = Ltac_pretype.closed_glob_constr
val sexp_of_closed_glob_constr : closed_glob_constr -> Sexplib0.Sexp.t
val closed_glob_constr_of_sexp : Sexplib0.Sexp.t -> closed_glob_constr
val hash_fold_closed_glob_constr : Base.Hash.state -> closed_glob_constr -> Base.Hash.state
val hash_closed_glob_constr : closed_glob_constr -> Base.Hash.hash_value
val compare_closed_glob_constr : closed_glob_constr -> closed_glob_constr -> int
type constr_under_binders = Ltac_pretype.constr_under_binders
val constr_under_binders_of_sexp : Sexplib.Sexp.t -> constr_under_binders
val sexp_of_constr_under_binders : constr_under_binders -> Sexplib.Sexp.t