package coq-serapi

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type _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. | GTacExt of int * Obj.t
  14. | GTacPrm of Ltac2_plugin.Tac2expr.ml_tactic_name * _t list
val _t_to_yojson : _t -> Yojson.Safe.t
val _t_of_sexp : Sexplib0.Sexp.t -> _t
val sexp_of__t : _t -> Sexplib0.Sexp.t
val hash__t : _t -> Base.Hash.hash_value
val compare__t : _t -> _t -> int