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 3536de5 commit 63097c7Copy full SHA for 63097c7
tests/lean/run/grind_10885.lean
@@ -0,0 +1,11 @@
1
+example {a b : Nat} (ha : 1 ≤ a) : (a - 1 + 1) * b = a * b := by grind
2
+
3
+/--
4
+info: Try this:
5
+ [apply] ⏎
6
+ mbtc
7
+ cases #9501
8
+-/
9
+#guard_msgs in
10
+example {a b : Nat} (ha : 1 ≤ a) : (a - 1 + 1) * b = a * b := by
11
+ grind => finish? -- mbtc was applied consider nonlinear `*`
0 commit comments