View Source TypeCheck.DefaultOverrides.IO.ANSI (TypeCheck v0.13.7)
Summary
Types
@type ansicode() :: atom()
(This type is managed by TypeCheck
,
which allows checking values against the type at runtime.)
Full definition:
ansicode() :: atom()
(This type is managed by TypeCheck
,
which allows checking values against the type at runtime.)
Full definition:
ansidata() :: ansilist() | ansicode() | binary()
@type ansilist() :: maybe_improper_list( char() | ansicode() | binary() | ansilist(), binary() | ansicode() | [] )
(This type is managed by TypeCheck
,
which allows checking values against the type at runtime.)
Full definition:
ansilist() :: maybe_improper_list(
char() | ansicode() | binary() | ansilist(),
binary() | ansicode() | []
)