aboutsummaryrefslogtreecommitdiff
path: root/parsing/pptactic.ml
diff options
context:
space:
mode:
authorherbelin2006-06-07 16:59:05 +0000
committerherbelin2006-06-07 16:59:05 +0000
commit97c05d64e69308ee2d51bb6b82957016efba7273 (patch)
treed042270f0257db7570f07bfa20924f1cdf88af17 /parsing/pptactic.ml
parentdf940181e8c39564d794cd5868a1da39fa4804ca (diff)
Correction trou de subject-reduction de create_arg dans genarg.mli
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8917 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'parsing/pptactic.ml')
-rw-r--r--parsing/pptactic.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/parsing/pptactic.ml b/parsing/pptactic.ml
index 2f86ac94cf..f18bcf414a 100644
--- a/parsing/pptactic.ml
+++ b/parsing/pptactic.ml
@@ -127,7 +127,7 @@ let rec pr_message_token prid = function
| MsgInt n -> int n
| MsgIdent id -> prid id
-let rec pr_raw_generic prc prlc prtac prref x =
+let rec pr_raw_generic prc prlc prtac prref (x:(Genarg.rlevel, Tacexpr.raw_tactic_expr) Genarg.generic_argument) =
match Genarg.genarg_tag x with
| BoolArgType -> pr_arg str (if out_gen rawwit_bool x then "true" else "false")
| IntArgType -> pr_arg int (out_gen rawwit_int x)