Skip to content

Commit

Permalink
Add info pointer for singleton and refinement types, #2933 (#2934)
Browse files Browse the repository at this point in the history
* Add info pointer for singleton and refinement types, #2933

* Link to specific sections of the spec for literal and refined types
  • Loading branch information
vreuter authored Jan 19, 2024
1 parent f2614aa commit 22ecdf0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion _overviews/scala3-book/types-others.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ Scala has several other advanced types that are not shown in this book, includin
- Refinement types
- Kind polymorphism

For more details on these types, see the [Scala 3 Reference documentation][reference].
For more details on most of these types, refer to the [Scala 3 Reference documentation][reference].
For singleton types see the [literal types](https://scala-lang.org/files/archive/spec/3.4/03-types.html#literal-types) section of the Scala 3 spec,
and for refinement types, see the [refined types](https://scala-lang.org/files/archive/spec/3.4/03-types.html) section.



Expand Down

0 comments on commit 22ecdf0

Please sign in to comment.