View Source TypeCheck.DefaultOverrides.Base (TypeCheck v0.12.0)
Link to this section Summary
Link to this section Types
@type decode_case() :: :upper | :lower | :mixed
(This type is managed by TypeCheck
,
which allows checking values against the type at runtime.)
Full definition:
decode_case() :: :upper | :lower | :mixed
@type encode_case() :: :upper | :lower
(This type is managed by TypeCheck
,
which allows checking values against the type at runtime.)
Full definition:
encode_case() :: :upper | :lower