Documentation

Lake.Build.Job

@[inline, reducible]
abbrev Lake.Job (α : Type u_1) :
Type u_1

A Lake job.

Equations
@[inline, reducible]
abbrev Lake.JobM (α : Type) :

The monad of Lake jobs.

Equations
@[inline, reducible]
abbrev Lake.ResultM :

The monad of a finished Lake job.

Equations
Instances For
@[inline]
def Lake.Job.attempt {α : Type} (self : Lake.Job α) :
Equations
@[inline]
def Lake.Job.attempt? {α : Type u_1} (self : Lake.Job α) :
Equations
@[inline]
Equations
@[inline]
def Lake.Job.await {α : Type} (self : Lake.Job α) :
Equations
@[inline]
Equations
@[inline]
def Lake.Job.bindAsync {α : Type} {β : Type} (self : Lake.Job α) (f : αLake.SchedulerM (Lake.Job β)) :
Equations
@[inline, reducible]
abbrev Lake.BuildJob (α : Type u_1) :
Type u_1

A Lake build job.

Equations
Instances For
@[inline]
Equations
@[inline]
Equations
@[inline]
def Lake.BuildJob.pure {α : Type u_1} (a : α) :
Equations
Equations
@[inline]
Equations
  • One or more equations did not get rendered due to their size.
@[inline]
Equations
  • One or more equations did not get rendered due to their size.
@[inline]
def Lake.BuildJob.map {α : Type u_1} {β : Type u_1} (f : αβ) (self : Lake.BuildJob α) :
Equations
Equations
@[inline]
def Lake.BuildJob.mapWithTrace {α : Type u_1} {β : Type u_1} (f : αLake.BuildTraceβ × Lake.BuildTrace) (self : Lake.BuildJob α) :
Equations
@[inline]
Equations
@[inline]
Equations
@[inline]
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.
def Lake.BuildJob.seqWithAsync {α : Type} {β : Type} {γ : Type} (f : αβγ) (t1 : Lake.BuildJob α) (t2 : Lake.BuildJob β) :
Equations
  • One or more equations did not get rendered due to their size.
Equations