View Source TypeCheck.DefaultOverrides.Kernel.ParallelCompiler (TypeCheck v0.13.7)

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.)

Types

@type error() ::
  {file :: TypeCheck.DefaultOverrides.Path.t(), line(),
   message :: TypeCheck.DefaultOverrides.String.t()}

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

Full definition:

error() :: {file :: TypeCheck.DefaultOverrides.Path.t(), line(),
 message :: TypeCheck.DefaultOverrides.String.t()}
@type line() :: non_neg_integer()

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

Full definition:

line() :: non_neg_integer()
@type location() :: line() | {line(), column :: non_neg_integer()}

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

Full definition:

location() :: line() | {line(), column :: non_neg_integer()}
@type warning() ::
  {file :: TypeCheck.DefaultOverrides.Path.t(), location(),
   message :: TypeCheck.DefaultOverrides.String.t()}

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

Full definition:

warning() :: {file :: TypeCheck.DefaultOverrides.Path.t(), location(),
 message :: TypeCheck.DefaultOverrides.String.t()}