Open mndrix opened 7 years ago
For example take(-,+,+) and take(-,-,+)
take(-,+,+)
take(-,-,+)
This would probably be a good opportunity to finally drop support for the old, deprecated call order of take/3. See this test for the deprecated order.
For example
take(-,+,+)
andtake(-,-,+)