Skip to content

Commit 1410cd8

Browse files
committed
fix: supress too concrete instances
1 parent 47373a4 commit 1410cd8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Init/Data/Nat/Div/Basic.lean

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ theorem mod_eq_of_lt {a b : Nat} (h : a < b) : a % b = a :=
181181

182182
grind_pattern mod_eq_of_lt => a % b where
183183
guard a < b
184+
not_value b
184185

185186
@[simp] theorem one_mod_eq_zero_iff {n : Nat} : 1 % n = 0 ↔ n = 1 := by
186187
match n with

0 commit comments

Comments
 (0)