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 3083cae commit 3769562Copy full SHA for 3769562
library/src/scala/compiletime/ops/long.scala
@@ -5,7 +5,7 @@ import scala.annotation.experimental
5
6
@experimental
7
object long:
8
- /** Successor of a natural number where zero is the type 0 and successors are reduced as if the definition was
+ /** Successor of a natural number where zero is the type 0 and successors are reduced as if the definition was:
9
*
10
* ```scala
11
* type S[N <: Long] <: Long = N match {
0 commit comments