Matcha.Context.Table (Matcha v0.1.3) View Source
Functions and operators that :table
match specs can use in their bodies.
The return values of specs created in the :table
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 :table
contexts.