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.
2 parents 25cdd9e + 5a39c13 commit 571d579Copy full SHA for 571d579
docs/docs/reference/metaprogramming/inline.md
@@ -456,8 +456,8 @@ val x: 1 + 2 * 3 = 7
456
```
457
458
The operation types are located in packages named after the type of the
459
-left-hand side parameter: for instance, `scala.compiletime.int.+` represents
460
-addition of two numbers, while `scala.compiletime.string.+` represents string
+left-hand side parameter: for instance, `scala.compiletime.ops.int.+` represents
+addition of two numbers, while `scala.compiletime.ops.string.+` represents string
461
concatenation. To use both and distinguish the two types from each other, a
462
match type can dispatch to the correct implementation:
463
0 commit comments