blob: 7e9ac11272709fb530e4b650bcbc852246263214 (
plain)
1
2
3
4
5
6
7
|
<p>
Patterns in case expressions can also assign variables.
</p>
<p>
When a variable name is used in a pattern the value that is matched against is
assigned to that name, and can be used in the body of that clause.
</p>
|