TypeCheck.DefaultOverrides.Collectable (TypeCheck v0.8.0) View Source
Link to this section Summary
Link to this section Types
Specs
command() :: {:cont, term()} | :done | :halt
This type is managed by TypeCheck
,
which allows checking values against the type at runtime.
Full definition:
command() :: {:cont, term()} | :done | :halt
Specs
t() :: Collectable.t()
This type is managed by TypeCheck
,
which allows checking values against the type at runtime.
Full definition:
t() :: impl(Collectable)