mndrix / list_util

Prolog list utility predicates
The Unlicense
11 stars 5 forks source link

Support more modes for take/3 #25

Open mndrix opened 7 years ago

mndrix commented 7 years ago

For example take(-,+,+) and take(-,-,+)

mndrix commented 7 years ago

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.