We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e8695c commit 181b8eaCopy full SHA for 181b8ea
tests/playground/grind_div.lean
@@ -1,3 +1,6 @@
1
import Init.Data.Nat.Div.Basic
2
3
+/--
4
+This example tests the grind annotation on `mod_eq_of_lt`.
5
+-/
6
example {a b : Nat} : a < b → a % b = a := by grind
0 commit comments