View Source Matcha.Context.Table (Matcha v0.1.7)
Functions and operators that table match specs can use in their bodies.
The return values of specs created in this context do not differentiate
between specs that fail to find a matching clause for the given input,
and specs with matching clauses that literally return the false
value;
they return {:returned, result}
tuples either way.
No additional functions besides those defined in Matcha.Context.Common
can be used in this context.