You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _overviews/scala3-book/types-dependent-function.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ versionSpecific: true
11
11
---
12
12
13
13
A *dependent function type* describes function types, where the result type may depend on the function’s parameter values.
14
-
The concept of dependent types, and of dependent function types is more advanced and you would typically only come across it when designing your own libraries or using advanced libraries.
14
+
The concept of dependent types, and of dependent function types, is more advanced and you would typically only come across it when designing your own libraries or using advanced libraries.
15
15
16
16
## Dependent Method Types
17
17
Let's consider the following example of a heterogenous database that can store values of different types.
0 commit comments