You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The difference is that in this scenario we do start expanding the macro before the implicit search failure and we can write arbitrary code to handle the case where it is not found.
389
389
Here we used `HashSet` and another valid implementation that does not need the `Ordering`.
390
390
391
-
[macros]: {% link _overviews/scala3-macros/tutorial/macros.md %}
391
+
[macros]: {% link _overviews/scala3-macros/tutorial/macros.md %}
392
392
[quotes]: {% link _overviews/scala3-macros/tutorial/quotes.md %}
Copy file name to clipboardExpand all lines: scala3/contribute-to-docs.md
+14-11Lines changed: 14 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ In general, there is many different ways you could help us:
26
26
Typically, each of the different documentation projects contain links (and so does this document, in the table-of-contents pane) to edit and improve them. Additionally, below we provide you with the necessary information to get started.
27
27
28
28
## Scala 3 Book
29
-
The [Scala 3 Book](/scala3/book) is being written by Alvin Alexander and provides an overview over all the important features of Scala 3. It targets readers, which are new to Scala.
29
+
The [Scala 3 Book][scala3-book] is being written by Alvin Alexander and provides an overview over all the important features of Scala 3. It targets readers, which are new to Scala.
The [Dotty reference](https://dotty.epfl.ch/docs/reference/overview.html) will evolve into the Scala 3 language, containing a formal presentation and detailed technical information about the various features of the language.
0 commit comments