Skip to content

Instantly share code, notes, and snippets.

@EmielM
Created June 29, 2009 19:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EmielM/137755 to your computer and use it in GitHub Desktop.
Save EmielM/137755 to your computer and use it in GitHub Desktop.
a l=l==sort l
b l=all even(dropWhile odd l)
c=partition
d l=all(==(length l))(map length l)
e []=[]
e l=l!!0!!0:e(map tail(tail l))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment