View Source TypeCheck.DefaultOverrides.IO.ANSI (TypeCheck v0.13.7)

Summary

Types

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

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

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

Types

@type ansicode() :: atom()

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

Full definition:

ansicode() :: atom()
@type ansidata() :: ansilist() | ansicode() | binary()

(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() | []
)