Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions _overviews/scala3-book/types-dependent-function.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ languages: [ru, zh-cn]
num: 57
previous-page: types-structural
next-page: types-others
scala3: true
versionSpecific: true
---

A *dependent function type* describes function types, where the result type may depend on the function’s parameter values.
Expand Down
4 changes: 3 additions & 1 deletion _overviews/scala3-book/types-others.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ languages: [ru, zh-cn]
num: 58
previous-page: types-dependent-function
next-page: ca-contextual-abstractions-intro
scala3: true
versionSpecific: true
---


Expand All @@ -19,7 +21,7 @@ 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 [Reference documentation][reference].
For more details on these types, see the [Scala 3 Reference documentation][reference].



Expand Down