Skip to content

Commit

Permalink
local の追加漏れ修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Seasawher committed Oct 13, 2024
1 parent 32ceb38 commit 9c64b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LeanByExample/Reference/Declarative/AddAesopRules.lean
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ example (a b : Nat) (h : 3 ∣ (10 * a + b)) : 3 ∣ (a + b) := by
omega

-- aesop にルールを登録する
add_aesop_rules safe tactic [(by omega)]
local add_aesop_rules safe tactic [(by omega)]

example (a b : Nat) (h : 3 ∣ (10 * a + b)) : 3 ∣ (a + b) := by
-- aesop で証明できるようになった!
Expand Down

0 comments on commit 9c64b2e

Please sign in to comment.