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 b087999 commit 664e547Copy full SHA for 664e547
library/src-bootstrapped/scala/quoted/Unliftable.scala
@@ -1,6 +1,6 @@
1
package scala.quoted
2
3
-/** A type class for types that can be turned from a `quoted.Expr[T]` to a `T`.
+/** A type class for types that can convert a `quoted.Expr[T]` to a `T`.
4
*
5
* - Converts expression containg literal values to their values:
6
* - `'{1}` -> `1`, `'{2}` -> `2`, ...
0 commit comments