TypeCheck v0.2.0 TypeCheck.Builtin.Range View Source
Link to this section Summary
Link to this section Types
Specs
This type is managed by TypeCheck
,
which allows checking values against the type at runtime.
Full definition:
problem_tuple :: {t(), :not_an_integer, %{}, any()} | {t(), :not_in_range, %{}, integer()}
Specs
t() :: %TypeCheck.Builtin.Range{range: any()}
This type is managed by TypeCheck
,
which allows checking values against the type at runtime.
Full definition:
t :: %TypeCheck.Builtin.Range{range: any()}