Skip to content
Snippets Groups Projects
Commit 0a0bd5d2 authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

Ensure that `Nat.max` only `simpl`s if it does not result into a pattern match.

parent fa8a02f2
No related branches found
No related tags found
No related merge requests found
Pipeline #15127 passed
......@@ -15,6 +15,8 @@ Proof. solve_decision. Defined.
(** * Notations and properties of [nat] *)
Arguments minus !_ !_ / : assert.
Arguments Nat.max : simpl nomatch.
Reserved Notation "x ≤ y ≤ z" (at level 70, y at next level).
Reserved Notation "x ≤ y < z" (at level 70, y at next level).
Reserved Notation "x < y < z" (at level 70, y at next level).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment