Build Target Specifiers #
@[inline]
def
Lake.mkBuildSpec
{α : Type}
(info : BuildInfo)
[FormatQuery α]
[h : FamilyOut BuildData info.key α]
:
Equations
- Lake.mkBuildSpec info = { info := info, buildable := true, format := Eq.rec (motive := fun (x : Type) (h : α = x) => Lake.OutFormat → x → String) Lake.formatQuery ⋯ }
Instances For
@[inline]
def
Lake.mkConfigBuildSpec
{Fam : Lean.Name → Type}
{ι : Type}
{facet : Lean.Name}
(info : BuildInfo)
(config : FacetConfig Fam ι facet)
(h : BuildData info.key = Fam facet)
:
Equations
- One or more equations did not get rendered due to their size.
Instances For
@[inline]
Equations
- self.fetch = do let __do_lift ← self.info.fetch Lake.maybeRegisterJob self.info.key.toSimpleString __do_lift
Instances For
@[inline]
Equations
Instances For
Equations
- Lake.buildSpecs specs = do let __do_lift ← Array.mapM (fun (x : Lake.BuildSpec) => x.build) specs pure (Lake.Job.mixArray __do_lift)
Instances For
Equations
- Lake.querySpecs specs fmt = do let __do_lift ← Array.mapM (fun (x : Lake.BuildSpec) => x.query fmt) specs pure (Lake.Job.collectArray __do_lift)
Instances For
Parsing CLI Build Target Specifiers #
def
Lake.resolveLibTarget
(ws : Workspace)
(lib : LeanLib)
(facet : Lean.Name := Lean.Name.anonymous)
:
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Instances For
def
Lake.resolveCustomTarget
(pkg : Package)
(name facet : Lean.Name)
(config : TargetConfig pkg.name name)
:
Equations
- One or more equations did not get rendered due to their size.