TypeCheck.DefaultOverrides.Keyword (TypeCheck v0.8.0) View Source
Link to this section Summary
Link to this section Types
Specs
key() :: atom()
This type is managed by TypeCheck
,
which allows checking values against the type at runtime.
Full definition:
key() :: atom()
Specs
This type is managed by TypeCheck
,
which allows checking values against the type at runtime.
Full definition:
t() :: [{key(), value()}]
Specs
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}]
Specs
value() :: any()
This type is managed by TypeCheck
,
which allows checking values against the type at runtime.
Full definition:
value() :: any()