Here we implement docstrings but for proofs.
@[reducible, inline]
Instances For
@[reducible, inline]
Equations
Instances For
The environment extension that stores proof docstrings.
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
- Architect.tacticDocComment = Lean.ParserDescr.node `Architect.tacticDocComment 1022 (Lean.ParserDescr.binary `andthen (Lean.ParserDescr.const `plainDocComment) (Lean.ParserDescr.cat `tactic 0))
Instances For
We implement the blueprint_using and sorry_using tactics that declares used constants.
blueprint_using [a, b] adds a and b as dependencies for the blueprint metadata.
It is basically the same as let := a; let := b.
Equations
- One or more equations did not get rendered due to their size.
Instances For
sorry_using [a, b] is the same as sorry, but adds a and b as dependencies for the blueprint metadata.
It is basically similar to let := a; let := b; sorry.
Equations
- One or more equations did not get rendered due to their size.
Instances For
sorry_using [a, b] is the same as sorry, but adds a and b as dependencies for the blueprint metadata.
It is basically similar to let := a; let := b; sorry.
Equations
- One or more equations did not get rendered due to their size.