aboutsummaryrefslogtreecommitdiffhomepage
path: root/ltac/pptactic.ml
diff options
context:
space:
mode:
Diffstat (limited to 'ltac/pptactic.ml')
-rw-r--r--ltac/pptactic.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ltac/pptactic.ml b/ltac/pptactic.ml
index 5f2617e44..80cafb3ab 100644
--- a/ltac/pptactic.ml
+++ b/ltac/pptactic.ml
@@ -669,7 +669,7 @@ module Make
let pr_with_bindings_arg = pr_with_bindings_arg pr.pr_constr pr.pr_lconstr in
let pr_red_expr = pr_red_expr (pr.pr_constr,pr.pr_lconstr,pr.pr_constant,pr.pr_pattern) in
- let pr_constrarg c = spc () ++ pr.pr_constr c in
+ let _pr_constrarg c = spc () ++ pr.pr_constr c in
let pr_lconstrarg c = spc () ++ pr.pr_lconstr c in
let pr_intarg n = spc () ++ int n in
@@ -717,7 +717,7 @@ module Make
prlist pr_binder_fix bll ++ annot ++ str" :" ++
pr_lconstrarg ty ++ str")") in
(* spc() ++
- hov 0 (pr_id id ++ pr_intarg n ++ str":" ++ pr_constrarg
+ hov 0 (pr_id id ++ pr_intarg n ++ str":" ++ _pr_constrarg
c)
*)
let pr_cofix_tac (id,c) =