Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ let temperature = 19
temperature = 23
```

The `79` type of `humidity` represents the set `{ 6 }`, meaning
"any value, as long as it's a `6`".
The `79` type of `humidity` represents the set `{ 79 }`, meaning
"any value, as long as it's a `79`".

We can create an interesting situation by forcing a `let` variable declaration
to have its type inferred as if it's a `const`
Expand Down