aboutsummaryrefslogtreecommitdiffhomepage
path: root/parsing/pptactic.ml
diff options
context:
space:
mode:
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 8560726fb..9b11b58ac 100644
--- a/parsing/pptactic.ml
+++ b/parsing/pptactic.ml
@@ -396,7 +396,7 @@ let rec pr_atom0 = function
(* Main tactic printer *)
and pr_atom1 = function
| TacExtend (_,s,l) -> pr_extend pr_constr pr_tac s l
- | TacAlias (s,l,_) -> pr_extend pr_constr pr_tac s (List.map snd l)
+ | TacAlias (_,s,l,_) -> pr_extend pr_constr pr_tac s (List.map snd l)
(* Basic tactics *)
| TacIntroPattern [] as t -> pr_atom0 t