Skip to content

Commit 7e8695c

Browse files
committed
test: add test for new grind annotation
1 parent 0620221 commit 7e8695c

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
@@ -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

Comments
 (0)