Skip to content

Instantly share code, notes, and snippets.

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