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 dc894b1 commit 4760295Copy full SHA for 4760295
src/basic-syntax/compound-types.md
@@ -55,6 +55,8 @@ Tuples:
55
* The empty tuple `()` is also known as the "unit type". It is both a type, and
56
the only valid value of that type - that is to say both the type and its value
57
are expressed as `()`. It is used to indicate, for example, that a function or
58
- expression has no return value, as we'll see in a future slide.
+ expression has no return value, as we'll see in a future slide.
59
+ * You can think of it as `void` that can be familiar to you from other
60
+ programming languages.
61
62
</details>
0 commit comments