I have heard the term ‘list difference’ (\\) operator in Haskell but still don’t quite know how to get my head around it. Any examples or ideas?
I have heard the term ‘list difference’ (\\) operator in Haskell but still don’t
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Simply put, it takes two lists, goes through the second and for each item, removes the first instance of the same item from the first list.