Skip to content
Snippets Groups Projects
Commit 419597e3 authored by Manos Koukoutos's avatar Manos Koukoutos
Browse files

Document val with patterns

parent 618c9599
No related branches found
No related tags found
No related merge requests found
......@@ -219,6 +219,11 @@ Values
val (x, y) = ...
val Cons(h, _) = ...
.. note::
The latter two cases are actually syntactic sugar for pattern matching with one case.
Inner Functions
***************
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment