We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
omegaDefault
1 parent 78ddee9 commit 2c9641fCopy full SHA for 2c9641f
src/Lean/Elab/Tactic/Omega/Frontend.lean
@@ -680,7 +680,7 @@ def omegaTactic (cfg : OmegaConfig) : TacticM Unit := do
680
681
/-- The `omega` tactic, for resolving integer and natural linear arithmetic problems. This
682
`TacticM Unit` frontend with default configuration can be used as an Aesop rule, for example via
683
-the tactic call `aesop (add 50% tactic Lean.Omega.omegaDefault)`. -/
+the tactic call `aesop (add 50% tactic Lean.Elab.Tactic.Omega.omegaDefault)`. -/
684
def omegaDefault : TacticM Unit := omegaTactic {}
685
686
@[builtin_tactic Lean.Parser.Tactic.omega]
0 commit comments