Documentation

Lake.Build.Index

The Lake Build Index #

The Lake build index is the complete map of Lake build keys to Lake build functions, which is used by Lake to build any Lake build info.

This module leverages the index to perform topologically-based recursive builds.

@[macro_inline]
def Lake.mkTargetFacetBuild {α : Type} (facet : Lean.Name) (build : FetchM (Job α)) [h : FamilyOut TargetData facet α] :

Converts a conveniently-typed target facet build function into its dynamically-typed equivalent.

Equations
Equations
  • One or more equations did not get rendered due to their size.
Equations
  • One or more equations did not get rendered due to their size.
Equations
  • One or more equations did not get rendered due to their size.

Topologically-based Recursive Build Using the Index #

def Lake.FetchM.run {α : Type} (x : FetchM α) :

Run a recursive Lake build using the Lake build index and a topological / suspending scheduler.

Equations