Skip to content

Instantly share code, notes, and snippets.

@MuffinTheMan
Created September 11, 2013 15:13

Revisions

  1. MuffinTheMan created this gist Sep 11, 2013.
    1 change: 1 addition & 0 deletions pal.hs
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    pal input = if (input == reverse input) then True else False