TypeCheck.DefaultOverrides.Collectable (TypeCheck v0.8.0) View Source

Link to this section Summary

Types

This type is managed by TypeCheck, which allows checking values against the type at runtime.

t()

This type is managed by TypeCheck, which allows checking values against the type at runtime.

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)