Created
November 5, 2016 19:47
-
-
Save bobjflong/7d2c37044321d6188794690dce1c24f1 to your computer and use it in GitHub Desktop.
adt4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| value = %MyModule.Bar{} | |
| result = MyModule.case value, [ | |
| Foo: fn(x) -> x + 1 end | |
| ] | |
| # This fails at build time with: | |
| # case macro not exhaustive.\nGiven [\"Foo\"].\nPossible: [\"Bar\", \"Foo\"]. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment