Skip to content

Commit 509ce7a

Browse files
authored
Add info pointer for singleton and refinement types, #2933
1 parent ce4b78d commit 509ce7a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_overviews/scala3-book/types-others.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ Scala has several other advanced types that are not shown in this book, includin
2121
- Refinement types
2222
- Kind polymorphism
2323

24-
For more details on these types, see the [Scala 3 Reference documentation][reference].
24+
For more details on most of these types, see the [Scala 3 Reference documentation][reference].
25+
For more details on singleton types and refinement types, see the Scala 3 [specification of types](https://scala-lang.org/files/archive/spec/3.4/03-types.html).
2526

2627

2728

0 commit comments

Comments
 (0)