Skip to content

Commit 1c5fd4d

Browse files
committed
test: document new test
1 parent 4dab7bb commit 1c5fd4d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/playground/grind_div.lean

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
import Init.Data.Nat.Div.Basic
22

3+
/--
4+
This example tests the grind annotation on `mod_eq_of_lt`.
5+
-/
36
example {a b : Nat} : a < b → a % b = a := by grind

0 commit comments

Comments
 (0)