Patch.Macro (patch v0.10.1) View Source
Link to this section Summary
Link to this section Functions
Specs
Utility function that acts like inspect/1
but prints out the Macro as code.
Specs
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.
Specs
Performs a match, return true if match matches, false otherwise.