feat: include Lake as part of the core docs

main
tydeu 2023-08-23 14:50:03 -04:00 committed by Henrik Böving
parent a9da3c9e48
commit 34165f36e6
1 changed files with 1 additions and 1 deletions

View File

@ -56,6 +56,6 @@ def load (task : Process.AnalyzeTask) : IO (Process.AnalyzerResult × Hierarchy)
Prod.fst <$> Meta.MetaM.toIO (Process.process task) config { env := env } {} {}
def loadCore : IO (Process.AnalyzerResult × Hierarchy) := do
load <| .loadAll [`Init, `Lean]
load <| .loadAll [`Init, `Lean, `Lake]
end DocGen4