Skip to content

Instantly share code, notes, and snippets.

@wende
Last active May 23, 2017 18:21
Show Gist options
  • Save wende/7c8893f496b3a113878be3fb1227a26d to your computer and use it in GitHub Desktop.
Save wende/7c8893f496b3a113878be3fb1227a26d to your computer and use it in GitHub Desktop.
Elmchemy article #1
def example do
item = {10, 2, {20, 30, []}}
case item do
{10, 2, {20, 30}, []} -> :ok
end
end
example()
## -> ** (CaseClauseError) no case clause matching: {10, 2, {20, 30, []}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment