Write a predicate min with the following property: min(A,B) succeeds
iff A is a list of numbers and B is the minimum value in the list. E.g.,
min([4,1,5,9,3],X) should succeed with X = 1.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.