Here we implement docstrings but for proofs.
@[reducible, inline]
Instances For
@[reducible, inline]
Equations
Instances For
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
- One or more equations did not get rendered due to their size.
Instances For
We implement the blueprint_using
and sorry_using
tactics that declares used constants.
@[reducible, inline]
Instances For
@[reducible, inline]
Equations
Instances For
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.