View Source TypeCheck.DefaultOverrides.Application (TypeCheck v0.12.0)

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

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

Link to this section Types

@type app() :: atom()

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

Full definition:

app() :: atom()
@type application_key() ::
  :start_phases
  | :mod
  | :applications
  | :optional_applications
  | :included_applications
  | :registered
  | :maxT
  | :maxP
  | :modules
  | :vsn
  | :id
  | :description

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

Full definition:

application_key() :: :start_phases
| :mod
| :applications
| :optional_applications
| :included_applications
| :registered
| :maxT
| :maxP
| :modules
| :vsn
| :id
| :description
@type key() :: atom()

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

Full definition:

key() :: atom()
@type restart_type() :: :permanent | :transient | :temporary

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

Full definition:

restart_type() :: :permanent | :transient | :temporary
@type start_type() :: :normal | {:takeover, node()} | {:failover, node()}

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

Full definition:

start_type() :: :normal | {:takeover, node()} | {:failover, node()}
@type state() :: term()

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

Full definition:

state() :: term()
@type value() :: term()

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

Full definition:

value() :: term()