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 0620221 commit 7e8695cCopy full SHA for 7e8695c
tests/playground/grind_div.lean
@@ -0,0 +1,3 @@
1
+import Init.Data.Nat.Div.Basic
2
+
3
+example {a b : Nat} : a < b → a % b = a := by grind
0 commit comments