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 ac7b95d commit 59045c6Copy full SHA for 59045c6
tests/bench/workspaceSymbols.lean
@@ -12,7 +12,7 @@ def bench (pattern : String) : TermElabM Unit := do
12
IO.println s!"{n} matches"
13
14
set_option profiler true
15
-#eval bench "L"
16
-#eval bench "Lean."
17
-#eval bench "Lean.Expr"
18
-#eval bench "Lean.Expr.const"
+#eval! bench "L"
+#eval! bench "Lean."
+#eval! bench "Lean.Expr"
+#eval! bench "Lean.Expr.const"
0 commit comments