- name : Lean.Name
- scope : Aesop.ScopeName
- builders : Array Aesop.BuilderName
#[]
means 'match any builder' - phases : Array Aesop.PhaseName
#[]
means 'match any phase'
Instances For
Instances For
Instances For
Equations
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