From 34617b76319dc86df6bf9b278aecbe25ad5d16d8 Mon Sep 17 00:00:00 2001 From: delahaye Date: Mon, 24 Sep 2001 13:57:14 +0000 Subject: Changement du message d'erreur pour l'interpreteur de tactiques git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2059 85f007b7-540e-0410-9357-904b9bb8a0f7 --- proofs/tacinterp.ml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/proofs/tacinterp.ml b/proofs/tacinterp.ml index cb1fb94148..a68566d728 100644 --- a/proofs/tacinterp.ml +++ b/proofs/tacinterp.ml @@ -915,7 +915,10 @@ and tac_interp lfun lmatch debug ast g = try tactic_of_value (val_interp ist ast) g with | NotTactic -> errorlabstrm "Tacinterp.tac_interp" [<'sTR - "Interpretation gives a non-tactic value">] + "Must be a command or must give a tactic value">] + +(* errorlabstrm "Tacinterp.tac_interp" [<'sTR + "Interpretation gives a non-tactic value">] *) (* match (val_interp (evc,env,lfun,lmatch,(Some g),debug) ast) with | VTactic tac -> (tac g) -- cgit v1.2.3