The configuration used by all Aesop indices.
Equations
- Aesop.indexConfig = { transparency := Lean.Meta.TransparencyMode.reducible, proj := Lean.Meta.ProjReductionKind.no }.toConfigWithKey
Instances For
Equations
- Aesop.mkDiscrTreePath e = Lean.Meta.withConfigWithKey Aesop.indexConfig (Lean.Meta.DiscrTree.mkPath e)
Instances For
Equations
- Aesop.getUnify t e = Lean.Meta.withConfigWithKey Aesop.indexConfig (t.getUnify e)
Instances For
Equations
- Aesop.getMatch t e = Lean.Meta.withConfigWithKey Aesop.indexConfig (t.getMatch e)