We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88b0f00 commit 15e4e13Copy full SHA for 15e4e13
docs/docs/reference/dropped/macros.md
@@ -0,0 +1,13 @@
1
+---
2
+layout: doc-page
3
+title: Dropped: Macros
4
5
+
6
+The previous, experimental macro system has been dropped. Instead,
7
+there is a cleaner, more restricted system based on two complementary
8
+concepts: `inline` and `meta`.
9
10
+`inline` has been [implemented](../inline.md) in Dotty.
11
12
+`meta` is worked on in the separate [Scalameta](http://scalameta.org) project
13
docs/sidebar.yml
@@ -7,6 +7,8 @@ sidebar:
subsection:
- title: DelayedInit
url: docs/reference/dropped/delayed-init.md
+ - title: Macros
+ url: docs/reference/dropped/macros.md
- title: Implicit Function Types
url: docs/reference/implicit-function-types.md
14
- title: Intersection types
0 commit comments