Collides

When the snake touches a part of its body with its head the player dies. In order to verify this we need to make a function which can verify whether a snake is colliding with a certain coordinate. Hint: Search the Haskell documentation for a good list operation which could solve this function in one go.