Skip to content

Commit cb0d5f1

Browse files
authored
Merge pull request #6077 from dwijnand/patch-1
Update opaque type aliases status & link
2 parents fcfab9c + de48c5d commit cb0d5f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/docs/reference/overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,9 @@ The primary goal of the language constructs in this section is to make common pr
130130

131131
The primary goal of the language constructs in this section is to enable high-level, safe code without having to pay a performance penalty.
132132

133-
- Opaque Type Aliases `opaque type A = T`
133+
- [Opaque Type Aliases](https://dotty.epfl.ch/docs/reference/other-new-features/opaques.html) `opaque type A = T`
134134

135-
([Pending](https://github.com/lampepfl/dotty/pull/4028)) An opaque alias defines a new type `A` in terms of an existing type `T`. Unlike the previous modeling using value classes, opaque types never box. Opaque types are described in detail in [SIP 35](https://docs.scala-lang.org/sips/opaque-types.html).
135+
An opaque alias defines a new type `A` in terms of an existing type `T`. Unlike the previous modeling using value classes, opaque types never box. Opaque types are described in detail in [SIP 35](https://docs.scala-lang.org/sips/opaque-types.html).
136136

137137
- [Erased parameters](http://dotty.epfl.ch/docs/reference/other-new-features/erased-terms.html)
138138

@@ -142,4 +142,4 @@ The primary goal of the language constructs in this section is to enable high-le
142142
constraints such as `=:=` and `<:<` that are expressed through implicits.
143143
Erased parameters improve both run times (since no argument has to be constructed) and compile times (since potentially large arguments can be eliminated early).
144144

145-
See also: [A classification of proposed language features](./features-classification.html)
145+
See also: [A classification of proposed language features](./features-classification.html)

0 commit comments

Comments
 (0)