(HASKELL) The goal of the function below is to take two sets and…

Question Answered step-by-step (HASKELL) The goal of the function below is to take two sets and… (HASKELL) The goal of the function below is to take two sets and return the intersection of both sets. I am having trouble finishing the function.  Thank you for the help! data SetForItems = SetItems [Int]                                | EmptySetderiving Show shared :: SetForItems -> SetForItems -> SetForItems  Engineering & Technology Computer Science Share QuestionEmailCopy link Comments (0)