Skip to content

Instantly share code, notes, and snippets.

@talentdeficit
Created February 21, 2012 04:28
Show Gist options
  • Save talentdeficit/1873671 to your computer and use it in GitHub Desktop.
Save talentdeficit/1873671 to your computer and use it in GitHub Desktop.
some_random_function
(X) when X > 1 -> ...;
(X) -> ...;
(X, Y) when X > 1 -> ...;
(X, Y) -> ...
end.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment