Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LeanByExample/Declarative/AddAesopRules.lean
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ example : Pos 1 := by aesop
/-
なお `aesop` をカスタマイズしたものを専用のタクティクにまとめることも可能ですが、それについてはここでは詳しく述べません。[`declare_aesop_rule_sets`](#{root}/Declarative/DeclareAesopRuleSets.md) コマンドのページを参照してください。

`add_aesop_rules` は、`add_aesop_rules <phase>? <priority>? <builder_name>? <rule_sets>?]` という構文で使用できます。
`add_aesop_rules` は、`add_aesop_rules <phase>? <priority>? <builder_name>? <rule_sets>?` という構文で使用できます。

## phase について

Expand Down
Loading