View Source TypeCheck.DefaultOverrides.Keyword (TypeCheck v0.12.0)
Link to this section Summary
Link to this section Types
@type key() :: atom()
(This type is managed by TypeCheck,
which allows checking values against the type at runtime.)
Full definition:
key() :: atom()
  (This type is managed by TypeCheck,
which allows checking values against the type at runtime.)
Full definition:
t() :: [{key(), value()}]
  @type t(value) :: [{key(), value}]
(This type is managed by TypeCheck,
which allows checking values against the type at runtime.)
Full definition:
t(value) :: [{key(), value}]
  @type value() :: any()
(This type is managed by TypeCheck,
which allows checking values against the type at runtime.)
Full definition:
value() :: any()