Skip to content

Commit

Permalink
README: SimpleRuleTac -> SingleRuleTac
Browse files Browse the repository at this point in the history
This was renamed a long time ago, but I didn't propagate the change into
the README.
  • Loading branch information
JLimperg committed Feb 13, 2024
1 parent 34ec89e commit e4660fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ an Aesop rule. Currently available builders are:
match, so `unfold` rules for recursive functions generally lead to looping.
- **`tactic`**: takes a tactic and directly turns it into a rule. The given
declaration (the builder does not work for hypotheses) must have type `TacticM
Unit`, `Aesop.SimpleRuleTac` or `Aesop.RuleTac`. The latter are Aesop data
Unit`, `Aesop.SingleRuleTac` or `Aesop.RuleTac`. The latter are Aesop data
types which associate a tactic with additional metadata; using them may allow
the rule to operate somewhat more efficiently.

Expand Down

0 comments on commit e4660fa

Please sign in to comment.