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

Summary

Functions

Transforms a problem_tuple into a humanly-readable explanation string.

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.