Documentation

Mathlib.Util.CodeActions.BinderPlicity

Binder plicity code action #

A code action that allows one to switch between explicit and implicit binders.

Implementation notes #

We make use of Syntax.reprint to transform our new syntax into a String. Since Syntax.reprint adds whitespace when working over synthetic syntax nodes, we produce the new syntax by modifying the old one instead of creating it from scratch.

A code action to switch between explicit and implicit binders

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