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 cff4a78 commit d83dbe7Copy full SHA for d83dbe7
library/src/scala/tasty/reflect/QuotedOps.scala
@@ -5,11 +5,17 @@ package scala.tasty.reflect
5
* +------+ .unseal +------------------+
6
* | Term | <--------------- | quoted.Expr[T] |
7
* +------+ |------------------|
8
- * \ | ^ |
9
- * \ | |.asExprOf[T] |
10
- * \ .seal2 | | |
11
- * +-----------------> quoted.Expr[_] |
12
- * +------------------+
+ * : \ | ^ |
+ * : \ | |.asExprOf[T] |
+ * : \ .seal | | |
+ * : +-----------------> quoted.Expr[_] |
+ * : +------------------+
13
+ * : :
14
+ * : .tpe : .tpe
15
+ * v v
16
+ * +------+ .unseal +------------------+
17
+ * | Type | <------------- | quoted.Type[T] |
18
+ * +------+ +------------------+
19
*/
20
trait QuotedOps extends Core {
21
0 commit comments