Documentation

Lean.Meta.PPBinder

Pretty-prints a local declaration and its type as a binder, using the appropriate brackets given its BinderInfo. Example output: {α : Type}.

Returns none for let decls.

Equations
Instances For
    @[inline]

    Pretty-prints a free variable and its type as a binder, using the appropriate brackets given its BinderInfo. Example output: {α : Type}.

    Returns none for let decls.

    Equations
    Instances For