aboutsummaryrefslogtreecommitdiff
path: root/contrib/interface/showproof.ml
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/interface/showproof.ml')
-rw-r--r--contrib/interface/showproof.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/interface/showproof.ml b/contrib/interface/showproof.ml
index 9ff5675884..d33a41f98b 100644
--- a/contrib/interface/showproof.ml
+++ b/contrib/interface/showproof.ml
@@ -159,7 +159,7 @@ let rule_is_complex r =
match r with
Tactic (TacArg (Tacexp t),_) -> true
| Tactic (TacAtom (_,TacAuto _), _) -> true
- | Tactic (TacAtom (_,TacSymmetry), _) -> true
+ | Tactic (TacAtom (_,TacSymmetry _), _) -> true
|_ -> false
;;
@@ -1143,7 +1143,7 @@ let is_equality_tac = function
|"ERewriteParallel"|"ERewriteNormal"
|"RewriteLR"|"RewriteRL"|"Replace"),_)
| TacReduce _
- | TacSymmetry | TacReflexivity
+ | TacSymmetry _ | TacReflexivity
| TacExact _ | TacIntroPattern _ | TacIntroMove _ | TacAuto _)) -> true
| _ -> false