forked from scala/scala3
-
Notifications
You must be signed in to change notification settings - Fork 1
/
sidebar.yml
139 lines (139 loc) · 5.54 KB
/
sidebar.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
sidebar:
- title: Blog
url: blog/index.html
- title: Usage
subsection:
- title: Getting Started
url: docs/usage/getting-started.html
- title: sbt-projects
url: docs/usage/sbt-projects.html
- title: IDE support for Dotty
url: docs/usage/ide-support.html
- title: cbt-projects
url: docs/usage/cbt-projects.html
- title: Dottydoc
url: docs/usage/dottydoc.html
- title: Reference
subsection:
- title: New Types
subsection:
- title: Intersection types
url: docs/reference/intersection-types.html
- title: Union types
url: docs/reference/union-types.html
- title: Type lambdas
url: docs/reference/type-lambdas.html
- title: Implicit Function Types
url: docs/reference/implicit-function-types.html
- title: Phantom Types
url: docs/reference/phantom-types.html
- title: Literal Singleton Types
url: docs/reference/singleton-types.html
- title: Enums
subsection:
- title: Enumerations
url: docs/reference/enums/enums.html
- title: Algebraic Data Types
url: docs/reference/enums/adts.html
- title: Translation
url: docs/reference/enums/desugarEnums.html
- title: Other New Features
subsection:
- title: Multiversal Equality
url: docs/reference/multiversal-equality.html
- title: Inline
url: docs/reference/inline.html
- title: Trait Parameters
url: docs/reference/trait-parameters.html
- title: By-Name Implicits
url: docs/reference/implicit-by-name-parameters.html
- title: Auto Parameter Tupling
url: docs/reference/auto-parameter-tupling.html
- title: Named Type Arguments
url: docs/reference/named-typeargs.html
- title: Local Optimisations
url: docs/reference/optimisations.html
- title: Changed Features
subsection:
- title: Volatile Lazy Vals
url: docs/reference/changed/lazy-vals.html
- title: Structural Types
url: docs/reference/changed/structural-types.html
- title: Type Checking
url: docs/reference/changed/type-checking.html
- title: Type Inference
url: docs/reference/changed/type-inference.html
- title: Implicit Resolution
url: docs/reference/changed/implicit-resolution.html
- title: Implicit Conversions
url: docs/reference/changed/implicit-conversions.html
- title: Vararg Patterns
url: docs/reference/changed/vararg-patterns.html
- title: Pattern matching
url: docs/reference/changed/pattern-matching.html
- title: Eta Expansion
url: docs/reference/changed/eta-expansion.html
- title: Dropped Features
subsection:
- title: DelayedInit
url: docs/reference/dropped/delayed-init.html
- title: Macros
url: docs/reference/dropped/macros.html
- title: Existential Types
url: docs/reference/dropped/existential-types.html
- title: Type Projection
url: docs/reference/dropped/type-projection.html
- title: Procedure Syntax
url: docs/reference/dropped/procedure-syntax.html
- title: Early Initializers
url: docs/reference/dropped/early-initializers.html
- title: Class Shadowing
url: docs/reference/dropped/class-shadowing.html
- title: Limit 22
url: docs/reference/dropped/limit22.html
- title: XML literals
url: docs/reference/dropped/xml.html
- title: Auto-Application
url: docs/reference/dropped/auto-apply.html
- title: Weak Conformance
url: docs/reference/dropped/weak-conformance.html
- title: Contributing
subsection:
- title: Getting Started
url: docs/contributing/getting-started.html
- title: Workflow
url: docs/contributing/workflow.html
- title: Eclipse
url: docs/contributing/eclipse.html
- title: IntelliJ IDEA
url: docs/contributing/intellij-idea.html
- title: Testing
url: docs/contributing/testing.html
- title: Working with the Backend
url: docs/contributing/backend.html
- title: Internals
subsection:
- title: Backend
url: docs/internals/backend.html
- title: Classpaths
url: docs/internals/classpaths.html
- title: Core Data Structrues
url: docs/internals/core-data-structures.html
- title: Contexts
url: docs/internals/contexts.html
- title: Dotc vs Scalac
url: docs/internals/dotc-scalac.html
- title: Higher-Kinded Types
url: docs/internals/higher-kinded-v2.html
- title: Overall Structure
url: docs/internals/overall-structure.html
- title: Periods
url: docs/internals/periods.html
- title: Syntax
url: docs/internals/syntax.html
- title: Type System
url: docs/internals/type-system.html
- title: Resources
subsection:
- title: Talks
url: docs/resources/talks.html