Documentation

Lake.Util.Version

Version #

This module contains useful definitions for manipulating versions.

Parser Utils #

SemVerCore #

The major-minor-patch triple of a SemVer.

Instances For
    Equations
    • One or more equations did not get rendered due to their size.
    Instances For
      def Lake.instDecidableEqSemVerCore.decEq (x✝ x✝¹ : SemVerCore) :
      Decidable (x✝ = x✝¹)
      Equations
      • One or more equations did not get rendered due to their size.
      Instances For
        Equations
        Instances For
          @[implicit_reducible]
          Equations

          StdVer #

          structure Lake.StdVerextends Lake.SemVerCore :

          A Lean-style semantic version. A major-minor-patch triple with an optional arbitrary - suffix.

          Instances For
            @[implicit_reducible]
            Equations
            Equations
            • One or more equations did not get rendered due to their size.
            Instances For
              def Lake.instDecidableEqStdVer.decEq (x✝ x✝¹ : StdVer) :
              Decidable (x✝ = x✝¹)
              Equations
              • One or more equations did not get rendered due to their size.
              Instances For
                @[reducible, inline]

                A Lean version.

                Equations
                Instances For
                  @[inline]
                  Equations
                  Instances For
                    Equations
                    • One or more equations did not get rendered due to their size.
                    Instances For
                      @[implicit_reducible]
                      Equations
                      @[implicit_reducible]
                      Equations
                      @[implicit_reducible]
                      Equations
                      @[implicit_reducible]
                      Equations
                      @[implicit_reducible]
                      Equations
                      Equations
                      Instances For
                        @[implicit_reducible]
                        Equations
                        @[implicit_reducible]
                        Equations

                        ToolchainVer #

                        The elan toolchain file name (i.e., lean-toolchain).

                        Equations
                        Instances For
                          Equations
                          Instances For

                            A Lean toolchain version.

                            Instances For
                              Equations
                              • One or more equations did not get rendered due to their size.
                              Instances For
                                Equations
                                Instances For
                                  Equations
                                  • One or more equations did not get rendered due to their size.
                                  Instances For

                                    Parse a toolchain from a lean-toolchain file.

                                    Equations
                                    • One or more equations did not get rendered due to their size.
                                    Instances For
                                      @[inline]

                                      Parse a toolchain from the lean-toolchain file of the directory dir.

                                      Equations
                                      Instances For
                                        @[implicit_reducible]
                                        Equations
                                        @[implicit_reducible]
                                        Equations
                                        @[implicit_reducible]
                                        Equations
                                        @[implicit_reducible]
                                        Equations

                                        Converts a toolchain version to its normal form (e.g., with an origin).

                                        Equations
                                        Instances For

                                          DecodeVersion #

                                          class Lake.DecodeVersion (α : Type u) :

                                          Parses a version from a string.

                                          Instances
                                            @[implicit_reducible, defaultInstance 1000]
                                            Equations

                                            VerRange #

                                            Instances For
                                              Equations
                                              • One or more equations did not get rendered due to their size.
                                              Instances For

                                                A version comparator that matches any non-suffixed version (i.e., *, ≥0.0.0).

                                                Equations
                                                Instances For
                                                  Equations
                                                  • One or more equations did not get rendered due to their size.
                                                  Instances For
                                                    structure Lake.VerRange :
                                                    Instances For
                                                      Equations
                                                      • One or more equations did not get rendered due to their size.
                                                      Instances For
                                                        Equations
                                                        Instances For
                                                          def Lake.VerRange.test (self : VerRange) (ver : StdVer) :
                                                          Equations
                                                          Instances For