TypeCheck v0.2.0 TypeCheck.Builtin.Tuple View Source
Checks whether the value is any tuple.
Returns a problem tuple with the reason :no_match
otherwise.
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(), :no_match, map(), any()}
Specs
t() :: %TypeCheck.Builtin.Tuple{}
This type is managed by TypeCheck
,
which allows checking values against the type at runtime.
Full definition:
t :: %TypeCheck.Builtin.Tuple{}