Render the structures this structure extends from as HTML so it can be added to the top level.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Render the general header of a declaration containing its declaration type and name.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The main entry point for rendering a single declaration inside a given module.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Rendering a module doc string, that is the ones with an ! after the opener as HTML.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Render a module member, that is either a module doc string or a declaration as HTML.
Equations
Instances For
Returns the list of all imports this module does.
Equations
- DocGen4.Output.getImports module = do let res ← DocGen4.Output.getResult pure res.moduleInfo[module]!.imports
Instances For
The main entry point to rendering the HTML for an entire module.
Equations
- One or more equations did not get rendered due to their size.