I have a list of lists, and I need to find the longest one of them. If there are more than one with the same length it's the same which it returns. Thanks.
|
|
|||||
|
|
|
Here is a general predicate that scans a list to find a single member defined by a given goal.
Lets say you define a predicate
Now you can execute:
So all you need to do now is define a predicate Of course, using a general predicate like |
||||
|
|
|
Please consider my aproach.
Then you can consult it:
Greets! |
||||
|
