aboutsummaryrefslogtreecommitdiffhomepage
path: root/parsing/pptactic.ml
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-05-24 23:30:32 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-05-24 23:30:32 +0000
commitf2852e673938e31ccd24ef7573156ed861537e85 (patch)
treeb3b2b8cc4f7e7a8632f8cb506cf9ff4fae727ef5 /parsing/pptactic.ml
parentf532f9506236ac9cc8e8b7dc69a82e43040705d3 (diff)
Ajout FreshId
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4072 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 3022fcbb1..9c23d0ba5 100644
--- a/parsing/pptactic.ml
+++ b/parsing/pptactic.ml
@@ -647,6 +647,7 @@ and pr_tacarg0 = function
| ConstrMayEval (ConstrTerm c) -> str "'" ++ pr_constr c
| ConstrMayEval c -> pr_may_eval pr_constr pr_cst c
| Integer n -> int n
+ | TacFreshId sopt -> str "FreshId" ++ pr_opt qstring sopt
| (TacCall _ | Tacexp _) as t -> str "(" ++ pr_tacarg1 t ++ str ")"
and pr_tacarg1 = function