Documentation

Aesop.Index.DiscrTreeConfig

def Aesop.indexConfig :
Lean.Meta.ConfigWithKey

The configuration used by all Aesop indices.

Equations
  • Aesop.indexConfig = { transparency := Lean.Meta.TransparencyMode.reducible, proj := Lean.Meta.ProjReductionKind.no }.toConfigWithKey
Instances For
    def Aesop.mkDiscrTreePath (e : Lean.Expr) :
    Lean.MetaM (Array Lean.Meta.DiscrTree.Key)
    Equations
    Instances For
      def Aesop.getUnify {α : Type} (t : Lean.Meta.DiscrTree α) (e : Lean.Expr) :
      Lean.MetaM (Array α)
      Equations
      Instances For
        def Aesop.getMatch {α : Type} (t : Lean.Meta.DiscrTree α) (e : Lean.Expr) :
        Lean.MetaM (Array α)
        Equations
        Instances For