lean4-htt/tests/lean/run/3519.lean
2024-02-27 23:19:25 +00:00

10 lines
198 B
Text

/--
info: Try this: simp only [x]
---
warning: declaration uses 'sorry'
-/
#guard_msgs in
example {P : Nat → Prop} : let x := 0; P x := by
intro x
simp? [x] -- Try this: simp_all only
sorry