Skip to content

Commit 22876be

Browse files
committed
Mark SIP 35 as complete
1 parent 663a312 commit 22876be

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

_sips/sips/2017-09-20-opaque-types.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
layout: sip
33
title: SIP-35 - Opaque types
44

5-
vote-status: accepted
5+
vote-status: complete
6+
vote-text: This SIP has been implemented with some changes in Scala 3.0.0
67
permalink: /sips/:title.html
78
redirect_from: /sips/pending/opaque-types.html
89
---
@@ -50,11 +51,8 @@ For a definition of boxing and previous state-of-the-art, we recommend reading [
5051

5152
### Implementation note
5253

53-
The proposal is currently in an early stage.
54-
[It’s being implemented](https://github.com/scalacenter/scala/tree/opaque-type),
55-
but the proposed implementation strategy is not detailed enough to be able
56-
to predict with certainty that it will work as specified. Consequently,
57-
details of the proposal might change driven by implementation concerns.
54+
Opaque types have been implemented in Scala 3.0.0 with
55+
[some changes compared to this proposal](https://docs.scala-lang.org/scala3/reference/other-new-features/opaques-details.html#relationship-to-sip-35).
5856

5957
## Opaque types
6058

0 commit comments

Comments
 (0)