View Source TypeCheck.DefaultOverrides.IO (TypeCheck v0.13.7)
Summary
Types
@type chardata() :: TypeCheck.DefaultOverrides.String.t() | maybe_improper_list( char() | chardata(), TypeCheck.DefaultOverrides.String.t() | [] )
(This type is managed by TypeCheck
,
which allows checking values against the type at runtime.)
Full definition:
chardata() :: TypeCheck.DefaultOverrides.String.t()
| maybe_improper_list(char() | chardata(), TypeCheck.DefaultOverrides.String.t() | [])
(This type is managed by TypeCheck
,
which allows checking values against the type at runtime.)
Full definition:
device() :: atom() | pid()
@type nodata() :: {:error, term()} | :eof
(This type is managed by TypeCheck
,
which allows checking values against the type at runtime.)
Full definition:
nodata() :: {:error, term()} | :eof