From 6b649aba925b6f7462da07599fe67ebb12a3460e Mon Sep 17 00:00:00 2001 From: Samuel Mimram Date: Wed, 28 Jul 2004 21:54:47 +0000 Subject: Imported Upstream version 8.0pl1 --- proofs/evar_refiner.mli | 57 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 proofs/evar_refiner.mli (limited to 'proofs/evar_refiner.mli') diff --git a/proofs/evar_refiner.mli b/proofs/evar_refiner.mli new file mode 100644 index 00000000..d7f393b3 --- /dev/null +++ b/proofs/evar_refiner.mli @@ -0,0 +1,57 @@ +(************************************************************************) +(* v * The Coq Proof Assistant / The Coq Development Team *) +(* wc +val rc_of_glsigma : goal sigma -> wc + +(* A [w_tactic] is a tactic which modifies the a set of evars of which + a goal depend, either by instantiating one, or by declaring a new + dependent goal *) +type w_tactic = wc -> wc + +val startWalk : goal sigma -> wc * (wc -> tactic) + +val extract_decl : evar -> w_tactic +val restore_decl : evar -> evar_info -> w_tactic +val w_Declare : evar -> types -> w_tactic +val w_Define : evar -> constr -> w_tactic + +val w_Underlying : wc -> evar_map +val w_env : wc -> env +val w_hyps : wc -> named_context +val w_whd : wc -> constr -> constr +val w_type_of : wc -> constr -> constr +val w_add_sign : (identifier * types) -> w_tactic + +val w_whd_betadeltaiota : wc -> constr -> constr +val w_hnf_constr : wc -> constr -> constr +val w_conv_x : wc -> constr -> constr -> bool +val w_const_value : wc -> constant -> constr +val w_defined_evar : wc -> existential_key -> bool + +val instantiate : int -> constr -> identifier Tacexpr.gsimple_clause -> tactic +(* +val instantiate_tac : tactic_arg list -> tactic +*) +val instantiate_pf_com : int -> Topconstr.constr_expr -> pftreestate -> pftreestate -- cgit v1.2.3