package coq-serapi

  1. Overview
  2. Docs
Serialization library and protocol for machine interaction with the Coq proof assistant

Install

Dune Dependency

Authors

Maintainers

Sources

coq-serapi-8.19.0.0.19.3.tbz
sha256=f09de562d1f8cef423444d09212863fd54d02a907f15c0e409825a1126051939
sha512=5ba51cdbb9a75aaf42085677b8fd4eb68efe89d32d9e216d82f79a5fd742556968cf3fcb1a6316f01058d169f0fcc0cbf8fb03d007b9ab79e06ff8f5a7d17de0

doc/serlib_ltac2/Serlib_ltac2/Ser_tac2expr/GT2ESpec/index.html

Module Ser_tac2expr.GT2ESpecSource

Sourcetype t = Ltac2_plugin.Tac2expr.glb_tacexpr
Sourcetype _t =
  1. | GTacAtm of Ltac2_plugin.Tac2expr.atom
  2. | GTacVar of Names.Id.t
  3. | GTacRef of Ltac2_plugin.Tac2expr.ltac_constant
  4. | GTacFun of Names.Name.t list * _t
  5. | GTacApp of _t * _t list
  6. | GTacLet of Ltac2_plugin.Tac2expr.rec_flag * (Names.Name.t * _t) list * _t
  7. | GTacCst of Ltac2_plugin.Tac2expr.case_info * int * _t list
  8. | GTacCse of _t * Ltac2_plugin.Tac2expr.case_info * _t array * (Names.Name.t array * _t) array
  9. | GTacPrj of Ltac2_plugin.Tac2expr.type_constant * _t * int
  10. | GTacSet of Ltac2_plugin.Tac2expr.type_constant * _t * int * _t
  11. | GTacOpn of Ltac2_plugin.Tac2expr.ltac_constructor * _t list
  12. | GTacWth of _t Ltac2_plugin.Tac2expr.open_match
  13. | GTacFullMatch of _t * (Ltac2_plugin.Tac2expr.glb_pat * _t) list
  14. | GTacExt of int * Obj.t
  15. | GTacPrm of Ltac2_plugin.Tac2expr.ml_tactic_name
Sourceval _t_of_sexp : Sexplib0.Sexp.t -> _t
Sourceval sexp_of__t : _t -> Sexplib0.Sexp.t
Sourceval _t_to_yojson : _t -> Yojson.Safe.t
Sourceval _t_of_yojson : Yojson.Safe.t -> _t Ppx_deriving_yojson_runtime.error_or
Sourceval _ : Yojson.Safe.t -> _t Ppx_deriving_yojson_runtime.error_or
Sourceval hash_fold__t : _t Base__Hash.folder
Sourceval hash__t : _t -> Ppx_hash_lib.Std.Hash.hash_value
Sourceval compare__t : _t -> _t -> int
OCaml

Innovation. Community. Security.