File tree Expand file tree Collapse file tree 1 file changed +19
-16
lines changed Expand file tree Collapse file tree 1 file changed +19
-16
lines changed Original file line number Diff line number Diff line change @@ -8,59 +8,62 @@ <h1 id="so-features">So, features?</h1>
8
8
< col width ="17% " />
9
9
</ colgroup >
10
10
< tbody >
11
- < tr class =" odd " >
11
+ < tr >
12
12
< td > < a href ="http://dotty.epfl.ch/docs/reference/union-types.html "> Union</ a > , < a href ="http://dotty.epfl.ch/docs/reference/intersection-types.html "> intersection</ a > and < a href ="http://docs.scala-lang.org/sips/pending/42.type.html "> literal singleton types</ a > </ td >
13
13
< td > Implemented</ td >
14
14
</ tr >
15
- < tr class =" odd " >
15
+ < tr >
16
16
< td > < a href ="http://docs.scala-lang.org/sips/pending/trait-parameters.html "> Trait parameters</ a > </ td >
17
17
< td > Implemented</ td >
18
18
</ tr >
19
- < tr class =" even " >
19
+ < tr >
20
20
< td > < a href ="https://github.com/scala/scala.github.com/pull/491 "> @static methods and fields</ a > </ td >
21
21
< td > Implemented</ td >
22
22
</ tr >
23
- < tr class =" even " >
23
+ < tr >
24
24
< td > < a href ="http://dotty.epfl.ch/#getting-started "> SBT incremental build</ a > </ td >
25
25
< td > Implemented</ td >
26
26
</ tr >
27
- < tr class =" even " >
28
- < td > < a href ="http://dotty.epfl.ch/docs/reference/pattern-matching.html "> Option-less pattern matching</ a > </ td >
27
+ < tr >
28
+ < td > < a href ="http://dotty.epfl.ch/docs/reference/changed/ pattern-matching.html "> Option-less pattern matching</ a > </ td >
29
29
< td > Implemented</ td >
30
30
</ tr >
31
- < tr class =" odd " >
31
+ < tr >
32
32
< td > < a href ="http://dotty.epfl.ch/docs/reference/auto-parameter-tupling.html "> Automatic tupling of function parameters</ a > </ td >
33
33
< td > Implemented</ td >
34
34
</ tr >
35
- < tr class =" even " >
35
+ < tr >
36
36
< td > < a href ="http://dotty.epfl.ch/docs/reference/multiversal-equality.html "> Multiversal equality</ a > </ td >
37
37
< td > Implemented</ td >
38
38
</ tr >
39
- < tr class ="even ">
40
- < td > < a href ="http://dotty.epfl.ch/docs/reference/phantom-types.html "> Phantom types</ a > </ td >
39
+ < tr >
40
+ < td >
41
+ <!--<a href="http://dotty.epfl.ch/docs/reference/phantom-types.html">Phantom types</a>-->
42
+ Phantom types
43
+ </ td >
41
44
< td > Implemented</ td >
42
45
</ tr >
43
- < tr class =" odd " >
46
+ < tr >
44
47
< td > < a href ="http://dotty.epfl.ch/docs/reference/implicit-function-types.html "> Implicit function types</ a > </ td >
45
48
< td > Implemented</ td >
46
49
</ tr >
47
- < tr class =" odd " >
50
+ < tr >
48
51
< td > < a href ="https://github.com/dotty-linker/dotty "> Auto-Specialization</ a > </ td >
49
52
< td > In progress</ td >
50
53
</ tr >
51
- < tr class =" even " >
54
+ < tr >
52
55
< td > < a href ="https://github.com/lampepfl/dotty/pull/1840 "> Whole program optimizer</ a > </ td >
53
56
< td > In progress</ td >
54
57
</ tr >
55
- < tr class =" odd " >
58
+ < tr >
56
59
< td > < a href ="https://github.com/lampepfl/dotty/pull/2199 "> HList & HMaps/Record types</ a > </ td >
57
60
< td > In progress</ td >
58
61
</ tr >
59
- < tr class =" even " >
62
+ < tr >
60
63
< td > </ td >
61
64
< td > </ td >
62
65
</ tr >
63
- < tr class =" odd " >
66
+ < tr >
64
67
< td > Effects</ td >
65
68
< td > Considered</ td >
66
69
</ tr >
You can’t perform that action at this time.
0 commit comments