View Source Patch.Macro (patch v0.14.0)
Link to this section Summary
Link to this section Functions
Utility function that acts like inspect/1
but prints out the Macro as code.
Performs an non-hygienic match.
If the match succeeds true is returned, otherwise a MatchError is raised.
Since the match is non-hygienic pins can be used from the user-scope and binds will effect user-scope.
Performs a match, return true if match matches, false otherwise.