Advertisement
Guest User

Untitled

a guest
Apr 19th, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. if (null [(a,b) | (a,b)<-[(5,2),(4,2),(2,2),(1,2)], b==2, a<4]) then [] else [min [(a,b) | (a,b)<-[(5,2),(4,2),(2,2),(1,2)], b==2, a<4 ]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement