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: docs/docs/reference/overview.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -107,11 +107,11 @@ Most aspects of old-style implicit resolution are still available under `-source
107
107
These are additions to the language that make it more powerful or pleasant to use.
108
108
109
109
-[Enums](enums/enums.md) provide concise syntax for enumerations and [algebraic data types](enums/adts.md).
110
-
-[Parameter Untupling](other-new-features/parameter-untupling.md) avoids having to use `case` for tupled parameter destructuring.
111
-
-[Dependent Function Types](new-types/dependent-function-types.md) generalize dependent methods to dependent function values and types.
112
-
-[Polymorphic Function Types](new-types/polymorphic-function-types.md) generalize polymorphic methods to polymorphic function values and types. _Current status_: There is a proposal and a merged prototype implementation, but the implementation has not been finalized (it is notably missing type inference support).
113
-
-[Kind Polymorphism](other-new-features/kind-polymorphism.md) allows the definition of operators working equally on types and type constructors.
114
-
-[`@targetName`Annotations](other-new-features/targetName.md) make it easier to interoperate with code written in other languages and give more flexibility for avoiding name clashes.
110
+
-[Parameter untupling](other-new-features/parameter-untupling.md) avoids having to use `case` for tupled parameter destructuring.
111
+
-[Dependent function types](new-types/dependent-function-types.md) generalize dependent methods to dependent function values and types.
112
+
-[Polymorphic function types](new-types/polymorphic-function-types.md) generalize polymorphic methods to polymorphic function values and types. _Current status_: There is a proposal and a merged prototype implementation, but the implementation has not been finalized (it is notably missing type inference support).
113
+
-[Kind polymorphism](other-new-features/kind-polymorphism.md) allows the definition of operators working equally on types and type constructors.
114
+
-[`@targetName`annotations](other-new-features/targetName.md) make it easier to interoperate with code written in other languages and give more flexibility for avoiding name clashes.
0 commit comments