View Source TypeCheck.TypeError.DefaultFormatter (TypeCheck v0.13.5)

Link to this section Summary

Functions

Transforms a problem_tuple into a humanly-readable explanation string.

Link to this section Functions

Link to this function

do_format(problem_tuple)

View Source

Transforms a problem_tuple into a humanly-readable explanation string.

C.f. TypeCheck.TypeError.Formatter for more information about problem tuples.

Link to this function

format(problem_tuple, location \\ [])

View Source

Callback implementation for TypeCheck.TypeError.Formatter.format/2.