View Source Matcha.Error.Rewrite exception (Matcha v0.1.6)
Error raised when rewriting AST into a match pattern/spec.
Link to this section Summary
Functions
Produces a human-readable message from the given error
.
Link to this section Types
@type t() :: %Matcha.Error.Rewrite{ __exception__: true, details: term(), problems: Matcha.Error.problems(), source: Matcha.Rewrite.t() }
Link to this section Functions
Produces a human-readable message from the given error
.