Hello everyone,<br><br>I am just learning to program in Haskell, and I found recursion very interesting.<br>However, I need to write a recursive function over two lists.<br><br>The function must&nbsp; check the&nbsp; elements in the&nbsp; two lists and&nbsp; return an element that is common to both lists if there is any.<br>
<br>Any assistance would be appreciated.<br><br>Thank you.<br><br>