Skip to content

Instantly share code, notes, and snippets.

@patrickt
Created February 18, 2014 03:09
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 patrickt/9064003 to your computer and use it in GitHub Desktop.
Save patrickt/9064003 to your computer and use it in GitHub Desktop.
fix :: (a -> a) -> a
fix f = f (fix f)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment