Documentation

Lake.Build.Context

Configuration options for a Lake build.

Instances For

    Whether the build should show progress information.

    Verbosity.quiet hides progress and, for a noBuild, Verbosity.verbose shows progress.

    Equations
    Instances For

      Mutable reference of registered build jobs.

      Equations
      Instances For
        @[inline]

        Returns a new empty job queue.

        Equations
        Instances For
          @[reducible, inline]
          abbrev Lake.BuildT (m : TypeType u_1) (α : Type) :
          Type u_1

          A transformer to equip a monad with a BuildContext.

          Equations
          Instances For
            @[reducible, inline]
            abbrev Lake.MonadBuild (m : TypeType u) :

            A monad equipped with a Lake build context.

            Equations
            Instances For
              @[inline]
              Equations
              Instances For
                @[inline]
                def Lake.getIsOldMode {m : TypeType u_1} [Functor m] [MonadBuild m] :
                Equations
                Instances For
                  @[inline]
                  def Lake.getTrustHash {m : TypeType u_1} [Functor m] [MonadBuild m] :
                  Equations
                  Instances For
                    @[inline]
                    def Lake.getNoBuild {m : TypeType u_1} [Functor m] [MonadBuild m] :
                    Equations
                    Instances For
                      @[inline]
                      def Lake.getVerbosity {m : TypeType u_1} [Functor m] [MonadBuild m] :
                      Equations
                      Instances For
                        @[inline]
                        def Lake.getIsVerbose {m : TypeType u_1} [Functor m] [MonadBuild m] :
                        Equations
                        Instances For
                          @[inline]
                          def Lake.getIsQuiet {m : TypeType u_1} [Functor m] [MonadBuild m] :
                          Equations
                          Instances For