aboutsummaryrefslogtreecommitdiffhomepage
path: root/proofs/evar_refiner.mli
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-09-09 14:45:53 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-09-09 14:45:53 +0000
commit984e59594c751b842a26d251ed312819e6e9641c (patch)
treefa84c0e4f890c0b2a640d9c6f40bd3623fa895de /proofs/evar_refiner.mli
parent9443a73eac29ffe946a552cae7ece055ff20d5fb (diff)
Suppression du retypage dans w_Declare
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1933 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'proofs/evar_refiner.mli')
-rw-r--r--proofs/evar_refiner.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/proofs/evar_refiner.mli b/proofs/evar_refiner.mli
index b5af7f131..88071b3af 100644
--- a/proofs/evar_refiner.mli
+++ b/proofs/evar_refiner.mli
@@ -52,8 +52,8 @@ val walking : w_tactic -> tactic
val w_Focusing_THEN :
evar -> 'a result_w_tactic -> ('a -> w_tactic) -> w_tactic
-val w_Declare : evar -> constr * constr -> w_tactic
-val w_Declare_At : evar -> evar -> constr * constr -> w_tactic
+val w_Declare : evar -> types -> w_tactic
+val w_Declare_At : evar -> evar -> types -> w_tactic
val w_Define : evar -> constr -> w_tactic
val w_Underlying : walking_constraints -> enamed_declarations