TypeCheck.TypeError.DefaultFormatter (TypeCheck v0.10.4) View Source
Link to this section Summary
Functions
Transforms a problem_tuple
into a humanly-readable explanation string.
Callback implementation for TypeCheck.TypeError.Formatter.format/2
.
Link to this section Functions
Specs
do_format(TypeCheck.TypeError.Formatter.problem_tuple()) :: String.t()
Transforms a problem_tuple
into a humanly-readable explanation string.
C.f. TypeCheck.TypeError.Formatter
for more information about problem tuples.
Callback implementation for TypeCheck.TypeError.Formatter.format/2
.