- name : Lean.Name
 - scope : ScopeName
 - builders : Array BuilderName
#[]means 'match any builder' #[]means 'match any phase'
Instances For
Instances For
Instances For
Equations
- f.matchesSimpTheorem? = if (f.scope == Aesop.ScopeName.global && f.matchesBuilder Aesop.BuilderName.simp) = true then some f.name else none
 
Instances For
Returns the identifier of the local norm simp rule matched by f, if any.
Equations
- One or more equations did not get rendered due to their size.
 
Instances For
Equations
- Aesop.RuleSetNameFilter.all = { ns := #[] }
 
Instances For
Equations
- f.matchesAll = f.ns.isEmpty