View Source TypeCheck.DefaultOverrides.IO.ANSI (TypeCheck v0.12.0)
Link to this section Summary
Link to this section 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() | [])