View Source Ham.TypeMatchError exception (Ham v0.2.0)
An error thrown when Ham detects that values in a function call don't match types defined in typespecs.
Summary
Types
@type t() :: %Ham.TypeMatchError{__exception__: true, reasons: term()}
An error thrown when Ham detects that values in a function call don't match types defined in typespecs.
@type t() :: %Ham.TypeMatchError{__exception__: true, reasons: term()}