View Source TypeCheck.DefaultOverrides.Collectable (TypeCheck v0.12.0)
Link to this section Summary
Link to this section Types
@type 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
@type t() :: Collectable.t()
(This type is managed by TypeCheck
,
which allows checking values against the type at runtime.)
Full definition:
t() :: impl(Collectable)