Skip to content

Commit

Permalink
Amend coqchk description for rewrite rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Yann Leray committed Feb 16, 2024
1 parent 3b9768f commit 7ba8516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checker/check_stat.ml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ let pr_impredicative_set env =
else str "Theory: Set is predicative"

let pr_rewrite_rules env =
if rewrite_rules_allowed env then str "Theory: Rewrite rules are allowed (subject reduction might be broken)"
if rewrite_rules_allowed env then str "Theory: Rewrite rules are allowed (consistency, subject reduction, confluence and normalization might be broken)"
else str "Theory: Rewrite rules are not allowed"

let pr_assumptions ass axs =
Expand Down

0 comments on commit 7ba8516

Please sign in to comment.