aboutsummaryrefslogtreecommitdiffhomepage
path: root/parsing/pptactic.ml
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2005-02-04 16:52:48 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2005-02-04 16:52:48 +0000
commit26295c8765560d57c16d7e530f81743d0a69b20a (patch)
tree197e430ef7409debd6b7f654c106d8438057818f /parsing/pptactic.ml
parenta99c0dfe6cc3baabc6f4a61103322e1740b020d9 (diff)
Ajout constructeur External pour appel outil externe à Coq
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@6678 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'parsing/pptactic.ml')
-rw-r--r--parsing/pptactic.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/parsing/pptactic.ml b/parsing/pptactic.ml
index c1f379069..c6718c8a9 100644
--- a/parsing/pptactic.ml
+++ b/parsing/pptactic.ml
@@ -706,6 +706,7 @@ and pr_tacarg0 = function
| ConstrMayEval c -> pr_may_eval pr_constr pr_cst c
| Integer n -> int n
| TacFreshId sopt -> str "FreshId" ++ pr_opt qstring sopt
+ | TacExternal _ -> failwith "Not supported in v7 syntax"
| (TacCall _ | Tacexp _) as t -> str "(" ++ pr_tacarg1 t ++ str ")"
and pr_tacarg1 = function