Skip to content

Commit 8d750a1

Browse files
committed
Add reference to index
1 parent 20e681b commit 8d750a1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/docs/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ the code, setup Dotty with your favorite IDE and more!
1414
Contents
1515
-------
1616

17+
* Dotty Language Reference
18+
- [Intersection Types](reference/intersection-types.md)
19+
- [Union Types](reference/union-types.md)
20+
- [Trait Parameters](reference/trait-parameters.md)
21+
- [Enumerations](reference/enums.md)
22+
- [Algebraic Data Types](reference/adts.md)
23+
- [Enum Translation](reference/desugarEnums.md)
24+
- [By-Name Implicits](reference/implicit-by-name-parameters.md)
1725
* Usage
1826
- [Migrating from Scala 2](usage/migrating.md): migration information
1927
- [Dotty projects with cbt](usage/cbt-projects.md): using cbt

0 commit comments

Comments
 (0)