diff options
| author | herbelin | 2000-10-04 13:36:51 +0000 |
|---|---|---|
| committer | herbelin | 2000-10-04 13:36:51 +0000 |
| commit | 3580c838754af24b17d0c4ad0d879cd1fdf621c6 (patch) | |
| tree | de303ae8634c4456b5533d84fbf869403a08cd95 /proofs | |
| parent | ba753cf3c13ec88cfc1210c0f297b88cc58e5e14 (diff) | |
Elimination des coupures sur le type constant
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@646 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'proofs')
| -rw-r--r-- | proofs/tacmach.mli | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/proofs/tacmach.mli b/proofs/tacmach.mli index e2ae561eef..9108d48cfa 100644 --- a/proofs/tacmach.mli +++ b/proofs/tacmach.mli @@ -206,8 +206,8 @@ val w_whd_betadeltaiota : walking_constraints -> constr -> constr val w_hnf_constr : walking_constraints -> constr -> constr val w_conv_x : walking_constraints -> constr -> constr -> bool val w_const_value : walking_constraints -> constant -> constr -val w_defined_const : walking_constraints -> constr -> bool -val w_defined_evar : walking_constraints -> int -> bool +val w_defined_const : walking_constraints -> constant -> bool +val w_defined_evar : walking_constraints -> existential_key -> bool (*s Tactic Registration. *) |
