aboutsummaryrefslogtreecommitdiff
path: root/tactics/tactics.mli
diff options
context:
space:
mode:
authorherbelin2000-10-18 14:37:44 +0000
committerherbelin2000-10-18 14:37:44 +0000
commitbedaec8452d0600ede52efeeac016c9d323c66de (patch)
tree7f056ffcd58f58167a0e813d5a8449eb950a8e23 /tactics/tactics.mli
parent9983a5754258f74293b77046986b698037902e2b (diff)
Renommage canonique :
declaration = definition | assumption mode de reference = named | rel Ex: push_named_decl : named_declaration -> env -> env lookup_named : identifier -> safe_environment -> constr option * typed_type add_named_assum : identifier * typed_type -> named_context -> named_context add_named_def : identifier*constr*typed_type -> named_context -> named_context git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@723 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'tactics/tactics.mli')
-rw-r--r--tactics/tactics.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/tactics.mli b/tactics/tactics.mli
index e7e15881d0..b41c07ec37 100644
--- a/tactics/tactics.mli
+++ b/tactics/tactics.mli
@@ -94,7 +94,7 @@ val dyn_exact_check : tactic_arg list -> tactic
(*s Reduction tactics. *)
-type 'a tactic_reduction = env -> evar_declarations -> constr -> constr
+type 'a tactic_reduction = env -> enamed_declarations -> constr -> constr
val reduct_in_hyp : 'a tactic_reduction -> identifier -> tactic
val reduct_option : 'a tactic_reduction -> identifier option -> tactic