TypeCheck.DefaultOverrides.Enumerable (TypeCheck v0.8.2) 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:
acc() :: {:cont, term()} | {:halt, term()} | {:suspend, term()}
Specs
Specs
Specs
result() ::
{:done, term()} | {:halted, term()} | {:suspended, term(), continuation()}
(This type is managed by TypeCheck,
which allows checking values against the type at runtime.)
Full definition:
result() :: {:done, term()} | {:halted, term()} | {:suspended, term(), continuation()}
Specs
slicing_fun() :: (start :: non_neg_integer(), length :: pos_integer() -> [term()])
Specs
t() :: Enumerable.t()
(This type is managed by TypeCheck,
which allows checking values against the type at runtime.)
Full definition:
t() :: impl(Enumerable)