View Source TypeCheck.DefaultOverrides.Version (TypeCheck v0.10.7)

Link to this section Summary

Types

(This type is managed by TypeCheck, which allows checking values against the type at runtime.)

(This type is managed by TypeCheck, which allows checking values against the type at runtime.)

(This type is managed by TypeCheck, which allows checking values against the type at runtime.)

(This type is managed by TypeCheck, which allows checking values against the type at runtime.)

(This type is managed by TypeCheck, which allows checking values against the type at runtime.)

(This type is managed by TypeCheck, which allows checking values against the type at runtime.)

t()

(This type is managed by TypeCheck, which allows checking values against the type at runtime.)

(This type is managed by TypeCheck, which allows checking values against the type at runtime.)

Link to this section Types

Specs

(This type is managed by TypeCheck, which allows checking values against the type at runtime.)

Full definition:

build() :: TypeCheck.DefaultOverrides.String.t() | nil

Specs

major() :: non_neg_integer()

(This type is managed by TypeCheck, which allows checking values against the type at runtime.)

Full definition:

major() :: non_neg_integer()

Specs

minor() :: non_neg_integer()

(This type is managed by TypeCheck, which allows checking values against the type at runtime.)

Full definition:

minor() :: non_neg_integer()

Specs

patch() :: non_neg_integer()

(This type is managed by TypeCheck, which allows checking values against the type at runtime.)

Full definition:

patch() :: non_neg_integer()

Specs

(This type is managed by TypeCheck, which allows checking values against the type at runtime.)

Full definition:

pre() :: [TypeCheck.DefaultOverrides.String.t() | non_neg_integer()]

Specs

(This type is managed by TypeCheck, which allows checking values against the type at runtime.)

Full definition:

requirement() :: TypeCheck.DefaultOverrides.String.t() | TypeCheck.DefaultOverrides.Version.Requirement.t()

Specs

t() :: %Version{
  build: build(),
  major: major(),
  minor: minor(),
  patch: patch(),
  pre: pre()
}

(This type is managed by TypeCheck, which allows checking values against the type at runtime.)

Full definition:

t() :: %Version{build: build(), major: major(), minor: minor(), patch: patch(), pre: pre()}

Specs

(This type is managed by TypeCheck, which allows checking values against the type at runtime.)

Full definition:

version() :: TypeCheck.DefaultOverrides.String.t() | t()