Documentation
Lake
.
Build
.
Target
.
Fetch
Search
return to top
source
Imports
Lake.Build.Job
Lake.Config.Monad
Imported by
Lake
.
BuildKey
.
fetch
Lake
.
Target
.
fetch
Lake
.
TargetArray
.
fetch
source
def
Lake
.
BuildKey
.
fetch
{
α
:
Type
}
(
self
:
BuildKey
)
[
h
:
FamilyOut
BuildData
self
α
]
:
FetchM
(
Job
α
)
Equations
One or more equations did not get rendered due to their size.
Instances For
source
@[inline]
def
Lake
.
Target
.
fetch
{
α
:
Type
}
(
self
:
Target
α
)
:
FetchM
(
Job
α
)
Equations
self
.
fetch
=
self
.
key
.
fetch
Instances For
source
def
Lake
.
TargetArray
.
fetch
{
α
:
Type
}
(
self
:
TargetArray
α
)
:
FetchM
(
Job
(
Array
α
)
)
Equations
self
.
fetch
=
Lake.Job.collectArray
<$>
Array.mapM
(fun (
x
:
Lake.Target
α
) =>
x
.
fetch
)
self
Instances For