99 Elm Problems/Problem 6/Solutions

Using List.reverse

isPalindrome list = List.reverse list == list