Skip to content

Commit

Permalink
fix: use + 1 lemma in apply?
Browse files Browse the repository at this point in the history
  • Loading branch information
markusschmaus committed May 28, 2024
1 parent 4422016 commit 379ac44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/LibrarySearch/basic.lean
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ set_option pp.unicode.fun true

noncomputable section

/-- info: Try this: exact Nat.lt.base x -/
/-- info: Try this: exact Nat.lt_add_one x -/
#guard_msgs in
example (x : Nat) : x ≠ x.succ := ne_of_lt (by apply?)

Expand Down

0 comments on commit 379ac44

Please sign in to comment.