I\'m trying to define a function in haskell that will check if a tuple exists in a list of tuples.
vtl :: (Eq a, Eq b) => [(a,b)] -> (a,b) ->