A name of an import that should be present for a delayed check.
- name : NameThe 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 : NameThe handler to call to carry out the check. It should be a PostponedCheckHandler.
- imports : Array PostponedImportThe imports that should be available when the test is carried out. 
- info : DynamicInformation 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.