Skip to content

Commit d83dbe7

Browse files
committed
Add docs
1 parent cff4a78 commit d83dbe7

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

library/src/scala/tasty/reflect/QuotedOps.scala

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,17 @@ package scala.tasty.reflect
55
* +------+ .unseal +------------------+
66
* | Term | <--------------- | quoted.Expr[T] |
77
* +------+ |------------------|
8-
* \ | ^ |
9-
* \ | |.asExprOf[T] |
10-
* \ .seal2 | | |
11-
* +-----------------> quoted.Expr[_] |
12-
* +------------------+
8+
* : \ | ^ |
9+
* : \ | |.asExprOf[T] |
10+
* : \ .seal | | |
11+
* : +-----------------> quoted.Expr[_] |
12+
* : +------------------+
13+
* : :
14+
* : .tpe : .tpe
15+
* v v
16+
* +------+ .unseal +------------------+
17+
* | Type | <------------- | quoted.Type[T] |
18+
* +------+ +------------------+
1319
*/
1420
trait QuotedOps extends Core {
1521

0 commit comments

Comments
 (0)