Documentation

Lake.Build.Job

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

A Lake job.

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

    The monad of Lake jobs.

    Instances For
      @[inline, reducible]
      abbrev Lake.ResultM :

      The monad of a finished Lake job.

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

                  A Lake build job.

                  Instances For
                    @[inline]
                    Instances For
                      @[inline]
                      Instances For
                        @[inline]
                        Instances For
                          @[inline]
                          def Lake.BuildJob.pure {α : Type u_1} (a : α) :
                          Instances For
                            @[inline]
                            def Lake.BuildJob.map {α : Type u_1} {β : Type u_1} (f : αβ) (self : Lake.BuildJob α) :
                            Instances For
                              @[inline]
                              def Lake.BuildJob.mapWithTrace {α : Type u_1} {β : Type u_1} (f : αLake.BuildTraceβ × Lake.BuildTrace) (self : Lake.BuildJob α) :
                              Instances For
                                @[inline]
                                Instances For
                                  @[inline]
                                  Instances For
                                    @[inline]
                                    Instances For
                                      @[inline]
                                      Instances For
                                        Instances For
                                          def Lake.BuildJob.seqWithAsync {α : Type} {β : Type} {γ : Type} (f : αβγ) (t1 : Lake.BuildJob α) (t2 : Lake.BuildJob β) :
                                          Instances For
                                            Instances For
                                              Instances For