Documentation

Lean.Meta.DiscrTree.Basic

Equations
  • One or more equations did not get rendered due to their size.
Equations
Instances For
    Equations
    • One or more equations did not get rendered due to their size.
    Instances For

      Helper function for converting an entry (i.e., Array Key) to the discrimination tree into MessageData that is more user-friendly. We use this function to implement diagnostic information.

      Equations
      Instances For
        def Lean.Meta.DiscrTree.insertKeyValue {α : Type} [BEq α] (d : DiscrTree α) (keys : Array Key) (v : α) :
        Equations
        • One or more equations did not get rendered due to their size.
        Instances For
          @[deprecated Lean.Meta.DiscrTree.insertKeyValue (since := "2026-01-02")]
          def Lean.Meta.DiscrTree.insertCore {α : Type} [BEq α] (d : DiscrTree α) (keys : Array Key) (v : α) :
          Equations
          Instances For