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.
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.