diff options
| author | barras | 2003-11-12 09:34:27 +0000 |
|---|---|---|
| committer | barras | 2003-11-12 09:34:27 +0000 |
| commit | a4c0127c9cd3c884bf8fd243261798a5f2924bd6 (patch) | |
| tree | c7c6c3214f2402b5cc3349509d10d3f717240b03 /proofs | |
| parent | 4638e487738118ef79d90f1f0b262d6beb98d974 (diff) | |
petits changements de syntaxe
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4860 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'proofs')
| -rw-r--r-- | proofs/evar_refiner.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proofs/evar_refiner.mli b/proofs/evar_refiner.mli index a77b032233..0ee86be935 100644 --- a/proofs/evar_refiner.mli +++ b/proofs/evar_refiner.mli @@ -50,7 +50,7 @@ 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 -> Tacticals.clause -> tactic +val instantiate : int -> constr -> identifier option -> tactic (* val instantiate_tac : tactic_arg list -> tactic *) |
