Documentation

Lean.Meta.Tactic.Grind.Arith.Linear.Reify

Equations
Instances For
    Equations
    Instances For
      Equations
      Instances For
        Equations
        • One or more equations did not get rendered due to their size.
        Instances For
          def Lean.Meta.Grind.Arith.Linear.reify? (e : Expr) (skipVar : Bool) (generation : Nat := 0) :

          Converts a Lean IntModule expression e into a LinExpr

          If skipVar is true, then the result is none if e is not an interpreted IntModule term. We use skipVar := false when processing inequalities, and skipVar := true for equalities and disequalities

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