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