The Lake Build Store #
The Lake build store is the map of Lake build keys to build task and/or build results that is slowly filled during a recursive build (e.g., via topological-based build of an initial key's dependencies).
@[reducible, inline]
A monad equipped with a Lake build store.
Equations
Instances For
@[reducible, inline]
The type of the Lake build store.
Instances For
def
Lake.BuildStore.collectModuleFacetArray
{α : Type}
(self : Lake.BuildStore)
(facet : Lake.Name)
[Lake.FamilyOut Lake.ModuleData facet α]
:
Array α
Derive an array of built module facets from the store.
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
Lake.BuildStore.collectModuleFacetMap
{α : Type}
(self : Lake.BuildStore)
(facet : Lake.Name)
[Lake.FamilyOut Lake.ModuleData facet α]
:
Derive a map of module names to built facets from the store.
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
Lake.BuildStore.collectPackageFacetArray
{α : Type}
(self : Lake.BuildStore)
(facet : Lake.Name)
[Lake.FamilyOut Lake.PackageData facet α]
:
Array α
Derive an array of built package facets from the store.
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
Lake.BuildStore.collectTargetFacetArray
{α : Type}
(self : Lake.BuildStore)
(facet : Lake.Name)
[Lake.FamilyOut Lake.TargetData facet α]
:
Array α
Derive an array of built target facets from the store.
Equations
- One or more equations did not get rendered due to their size.