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.10.0.0.7.0.tbz
sha256=4448c2b45a6975d7a90d3e07ce75386103d3e17c8ad96c566da854ac1e56802c
sha512=19027ca59703c8b74abd372e14403d22d07e9e8c248a50ae8f880647c10ee1f22cee93587583374c96971a667e10546b4997ff7b6a91aea51b51bbacb3052ee4

doc/serlib_setoid_ring/Ser_g_newring/index.html

Module Ser_g_newring

module CAst = Serlib.Ser_cAst
module Libnames = Serlib.Ser_libnames
module Constrexpr = Serlib.Ser_constrexpr
module Tactypes = Serlib.Ser_tactypes
module Genintern = Serlib.Ser_genintern
module EConstr = Serlib.Ser_eConstr
module Tacexpr = Ser_tacexpr
module Ltac_plugin : sig ... end
type 'constr coeff_spec = 'constr Newring_plugin.Newring_ast.coeff_spec =
  1. | Computational of 'constr
  2. | Abstract
  3. | Morphism of 'constr
val coeff_spec_of_sexp : 'constr. (Ppx_sexp_conv_lib.Sexp.t -> 'constr) -> Ppx_sexp_conv_lib.Sexp.t -> 'constr coeff_spec
val sexp_of_coeff_spec : 'constr. ('constr -> Ppx_sexp_conv_lib.Sexp.t) -> 'constr coeff_spec -> Ppx_sexp_conv_lib.Sexp.t
type cst_tac_spec = Newring_plugin.Newring_ast.cst_tac_spec =
  1. | CstTac of Ltac_plugin.Tacexpr.raw_tactic_expr
  2. | Closed of Libnames.qualid list
val cst_tac_spec_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> cst_tac_spec
val sexp_of_cst_tac_spec : cst_tac_spec -> Ppx_sexp_conv_lib.Sexp.t
type 'constr ring_mod = 'constr Newring_plugin.Newring_ast.ring_mod =
  1. | Ring_kind of 'constr coeff_spec
  2. | Const_tac of cst_tac_spec
  3. | Pre_tac of Ltac_plugin.Tacexpr.raw_tactic_expr
  4. | Post_tac of Ltac_plugin.Tacexpr.raw_tactic_expr
  5. | Setoid of Constrexpr.constr_expr * Constrexpr.constr_expr
  6. | Pow_spec of cst_tac_spec * Constrexpr.constr_expr
  7. | Sign_spec of Constrexpr.constr_expr
  8. | Div_spec of Constrexpr.constr_expr
val ring_mod_of_sexp : 'constr. (Ppx_sexp_conv_lib.Sexp.t -> 'constr) -> Ppx_sexp_conv_lib.Sexp.t -> 'constr ring_mod
val sexp_of_ring_mod : 'constr. ('constr -> Ppx_sexp_conv_lib.Sexp.t) -> 'constr ring_mod -> Ppx_sexp_conv_lib.Sexp.t
type 'a field_mod = 'a Newring_plugin.Newring_ast.field_mod =
  1. | Ring_mod of 'a ring_mod
  2. | Inject of Constrexpr.constr_expr
val field_mod_of_sexp : 'a. (Ppx_sexp_conv_lib.Sexp.t -> 'a) -> Ppx_sexp_conv_lib.Sexp.t -> 'a field_mod
val sexp_of_field_mod : 'a. ('a -> Ppx_sexp_conv_lib.Sexp.t) -> 'a field_mod -> Ppx_sexp_conv_lib.Sexp.t
val ser_wit_field_mod : (Constrexpr.constr_expr field_mod, unit, unit) Serlib.Ser_genarg.gen_ser
val ser_wit_field_mods : (Constrexpr.constr_expr field_mod list, unit, unit) Serlib.Ser_genarg.gen_ser
val ser_wit_ring_mod : (Constrexpr.constr_expr ring_mod, unit, unit) Serlib.Ser_genarg.gen_ser
val ser_wit_ring_mods : (Constrexpr.constr_expr ring_mod list, unit, unit) Serlib.Ser_genarg.gen_ser
val register : unit -> unit
OCaml

Innovation. Community. Security.