A name of an import that should be present for a delayed check.
- name : Name
The module to be imported
Instances For
Equations
Equations
- Lean.Doc.instBEqPostponedImport.beq { name := a } { name := b } = (a == b)
- Lean.Doc.instBEqPostponedImport.beq x✝¹ x✝ = false
Instances For
Instances For
Equations
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.
Equations
- Lean.Doc.instOrdPostponedImport = { compare := fun (x x_1 : Lean.Doc.PostponedImport) => match x, x_1 with | { name := x }, { name := y } => x.quickCmp y }
A postponed check for an inline docstring element.
- handler : Name
The handler to call to carry out the check. It should be a
PostponedCheckHandler. - imports : Array PostponedImport
The imports that should be available when the test is carried out.
- info : Dynamic
Information required to carry out the check.
Instances For
Equations
- One or more equations did not get rendered due to their size.
@[reducible, inline]
A procedure to carry out some postponed check from a docstring.
Equations
Instances For
Runs the postponed checks in all docstrings, reporting on the result.
Equations
- One or more equations did not get rendered due to their size.