Documentation

Groebner.Indentation.Basic

def Mathlib.Linter.Indentation.ensureIndentationAt (treeInfo : SyntaxTreeInfo) (limit : Limitation) (checkAddition? : Option Bool := some true) (msgLtAtLeast : Option (NatLean.MessageData) := some fun (x : Nat) => Lean.toMessageData "too few spaces, which should be at least " ++ Lean.toMessageData x ++ Lean.toMessageData "") (msgGtAtMost : Option (NatLean.MessageData) := some fun (x : Nat) => Lean.toMessageData "too many spaces, which should be at most " ++ Lean.toMessageData x ++ Lean.toMessageData "") :

docstring TODO

Equations
  • One or more equations did not get rendered due to their size.
Instances For
    Equations
    • One or more equations did not get rendered due to their size.
    Instances For
      Equations
      • One or more equations did not get rendered due to their size.
      Instances For
        def Mathlib.Linter.Indentation.ensureIndentationAtNode (treeInfo : SyntaxTreeInfo) (limit : Limitation) (checkAddition? updateIndentation? : Option Bool := none) (msgLtAtLeast : Option (NatLean.MessageData) := some fun (x : Nat) => Lean.toMessageData "too few spaces, which should be at least " ++ Lean.toMessageData x ++ Lean.toMessageData "") (msgGtAtMost : Option (NatLean.MessageData) := some fun (x : Nat) => Lean.toMessageData "too many spaces, which should be at most " ++ Lean.toMessageData x ++ Lean.toMessageData "") :

        docstring TODO

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