Haskell - How to check if a tuple exists in a list of tuples?

后端 未结 0 1311
半阙折子戏
半阙折子戏 2021-02-10 03:39

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) ->         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题