View Source TypeCheck.DefaultOverrides.Keyword (TypeCheck v0.13.7)
Summary
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()