Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhartha-gadgil committed Sep 10, 2024
1 parent 62a7c53 commit 68ea257
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions MetaExamples/LeanSearch.lean
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ syntax (name := lean_search_tactic) "lean_search?" str : tactic
logWarning "Lean search query should end with a full stop (period) or a question mark."
| _ => throwUnsupportedSyntax

-- example := lean_search# "There are infinitely many odd numbers."
/-!
# Lean Search Examples
Expand All @@ -188,7 +187,7 @@ An example of using the leansearch API. The search is triggered when the sentenc
example := lean_search# "There are infinitely many odd numbers"

example : 35 := by
lean_search? "If a natural number n is less than m, then the successor of n is less than the successor of m."
lean_search? "If a natural number n is less than m, then the successor of n is less than the successor of m"
sorry

open Parser
Expand Down

0 comments on commit 68ea257

Please sign in to comment.