Hello everyone,

I am just learning to program in Haskell, and I found recursion very interesting.
However, I need to write a recursive function over two lists.

The function must  check the  elements in the  two lists and  return an element that is common to both lists if there is any.

Any assistance would be appreciated.

Thank you.