Module Ring_plugin.Ring
- val protect_tac_in : string -> Names.Id.t -> unit Proofview.tactic
- val protect_tac : string -> unit Proofview.tactic
- val add_theory : Names.Id.t -> Constrexpr.constr_expr -> Constrexpr.constr_expr Ring_ast.ring_mod list -> unit
- val print_rings : unit -> unit
- val ring_lookup : Geninterp.Val.t -> EConstr.constr list -> EConstr.constr list -> EConstr.constr -> unit Proofview.tactic
- val add_field_theory : Names.Id.t -> Constrexpr.constr_expr -> Constrexpr.constr_expr Ring_ast.field_mod list -> unit
- val print_fields : unit -> unit
- val field_lookup : Geninterp.Val.t -> EConstr.constr list -> EConstr.constr list -> EConstr.constr -> unit Proofview.tactic