Documentation

Init.Data.Format.Syntax

partial def Lean.Syntax.formatStxAux (maxDepth : Option Nat) (showInfo : Bool) (depth : Nat) :
def Lean.Syntax.formatStx (stx : Lean.Syntax) (maxDepth : Option Nat := none) (showInfo : Bool := false) :

Pretty print the given syntax stx as a Format. Nodes deeper than maxDepth are omitted. Setting the showInfo flag will also print the SourceInfo for each node.

Equations
Instances For
    Equations
    Equations
    Equations
    Equations