Skip to content

Instantly share code, notes, and snippets.

@weskerfoot
Created October 26, 2013 01:39
Show Gist options
  • Save weskerfoot/7164315 to your computer and use it in GitHub Desktop.
Save weskerfoot/7164315 to your computer and use it in GitHub Desktop.
compare' (str@(_:_:_:_:_:_:[])) = str == ".exten"
compare' (x:xs) = compare'' xs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment