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