Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ed6d47 commit c3aa4e4Copy full SHA for c3aa4e4
getting-started/pattern-matching.markdown
@@ -48,6 +48,8 @@ iex> a
48
:hello
49
iex> b
50
"world"
51
+iex> c
52
+42
53
```
54
55
A pattern match error will occur if the sides can't be matched, for example if the tuples have different sizes:
0 commit comments