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.18.0.0.18.1.tbz
sha256=3958ec27603e3f927a74f11d02d98390e8ecda942bb23f37ff6fa575b31a8158
sha512=d33f9340de6e1426a42192da3610a7636b0201baa166cf788926b866738ae299219439bc22112cc81591c565dd857f66e53a41a3cfe420844f31fb6077abe57b

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.