diff options
| author | herbelin | 2002-05-15 15:17:18 +0000 |
|---|---|---|
| committer | herbelin | 2002-05-15 15:17:18 +0000 |
| commit | 89d1b3cf7ba97c2b5e32aaae08e1d913ffc9863f (patch) | |
| tree | 36c87a2012d6429d1835b73cb6ba9069fa799c8d /proofs/tacinterp.mli | |
| parent | b980c72cd929993929187cc70cc3c5b3e608ee6d (diff) | |
Finalement VTactic est gardé pour y plonger les tactiques ML, le
VTactic utilisé pour les fermetures de ltac s'appelle maintenant VTacticClos
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2693 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'proofs/tacinterp.mli')
| -rw-r--r-- | proofs/tacinterp.mli | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/proofs/tacinterp.mli b/proofs/tacinterp.mli index 188811c64c..6dfcb73d8b 100644 --- a/proofs/tacinterp.mli +++ b/proofs/tacinterp.mli @@ -20,9 +20,10 @@ open Term (* Values for interpretation *) type value = - | VTactic of interp_sign * Coqast.t + | VTacticClos of interp_sign * Coqast.t | VFTactic of tactic_arg list * string | VRTactic of (goal list sigma * validation) + | VTactic of tactic | VContext of interp_sign * Coqast.t * Coqast.t list | VArg of tactic_arg | VFun of (identifier * value) list * identifier option list * Coqast.t |
