Loading the analysis result of a module.
This is copied from DocGen4.envOfImports
.
Equations
- BlueprintGen.envOfImports imports = do BlueprintGen.envOfImports.unsafe_impl_3 Lean.importModules (Array.map (fun (x : Lean.Name) => { module := x }) imports) Lean.Options.empty 0 #[] true true
Instances For
This is copied from DocGen4.load
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Outputs the blueprint of a module.
Equations
- BlueprintGen.latexOfImportModule module = BlueprintGen.runEnvOfImports #[module] (BlueprintGen.moduleToLatexHeader module)
Instances For
Outputs the JSON data for the blueprint of a module.
Equations
- BlueprintGen.jsonOfImportModule module = BlueprintGen.runEnvOfImports #[module] (BlueprintGen.moduleToJson module)