Build Target Fetching #
Utilities for fetching package, library, module, and executable targets and facets.
Get the target in the workspace corresponding to this configuration.
Equations
- One or more equations did not get rendered due to their size.
Package Facets & Targets #
Fetch the build job of the specified package target.
Equations
- self.fetchTargetJob target = do let __do_lift ← (Lake.Package.target target self).fetch pure __do_lift.toOpaque
Fetch the build result of a target.
Equations
- One or more equations did not get rendered due to their size.
Fetch the build job of the target.
Equations
- One or more equations did not get rendered due to their size.
Fetch the build result of a package facet.
Equations
- Lake.PackageFacetDecl.fetch pkg self = (Lake.Package.facetCore self.name pkg).fetch
Fetch the build job of a package facet.
Equations
- Lake.PackageFacetConfig.fetchJob pkg self = do let __do_lift ← (Lake.Package.facet self.name pkg).fetch pure __do_lift.toOpaque
Fetch the build job of a library facet.
Equations
- Lake.Package.fetchFacetJob name self = do let __do_lift ← (Lake.Package.facet name self).fetch pure __do_lift.toOpaque
Module Facets #
Fetch the build result of a module facet.
Equations
- Lake.ModuleFacetDecl.fetch mod self = (Lake.Module.facetCore self.name mod).fetch
Fetch the build job of a module facet.
Equations
- Lake.ModuleFacetConfig.fetchJob mod self = do let __do_lift ← (Lake.Module.facet self.name mod).fetch pure __do_lift.toOpaque
Fetch the build job of a module facet.
Equations
- Lake.Module.fetchFacetJob name self = do let __do_lift ← (Lake.Module.facet name self).fetch pure __do_lift.toOpaque
Lean Library Facets #
Get the Lean library in the workspace corresponding to this configuration.
Equations
- self.get = Lake.KConfigDecl.get self
Fetch the build result of a library facet.
Equations
- Lake.LibraryFacetDecl.fetch lib self = (Lake.LeanLib.facetCore self.name lib).fetch
Fetch the build job of a library facet.
Equations
- Lake.LibraryFacetConfig.fetchJob lib self = do let __do_lift ← (Lake.LeanLib.facet self.name lib).fetch pure __do_lift.toOpaque
Fetch the build job of a library facet.
Equations
- Lake.LeanLib.fetchFacetJob name self = do let __do_lift ← (Lake.LeanLib.facet name self).fetch pure __do_lift.toOpaque
Lean Executable Target #
Get the Lean executable in the workspace corresponding to this configuration.
Equations
- self.get = Lake.KConfigDecl.get self
Fetch the build of the Lean executable.
Fetch the build of the Lean executable.
Input File / Directory Targets #
Fetch the input file.
Get the input file in the workspace corresponding to this configuration.
Equations
- self.get = Lake.KConfigDecl.get self
Fetch the input file.
Get the input directory in the workspace corresponding to this configuration.
Equations
- self.get = Lake.KConfigDecl.get self
Fetch the files in the input directory.