Skip to content

Commit 46f39d0

Browse files
committed
Remove And and Or from tasty.reflect.Core
1 parent b902306 commit 46f39d0

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

docs/docs/reference/other-new-features/tasty-reflect.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,6 @@ TASTy Reflect provides the following types:
124124
+- TypeOrBoundsTree ---+ +- Refined
125125
| +- Applied
126126
| +- Annotated
127-
| +- And
128-
| +- Or
129127
| +- MatchType
130128
| +- ByName
131129
| +- LambdaTypeTree

library/src/scala/tasty/reflect/Core.scala

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ package scala.tasty.reflect
4545
* +- TypeOrBoundsTree ---+ +- Refined
4646
* | +- Applied
4747
* | +- Annotated
48-
* | +- And
49-
* | +- Or
5048
* | +- MatchType
5149
* | +- ByName
5250
* | +- LambdaTypeTree
@@ -295,12 +293,6 @@ trait Core {
295293
/** Type tree representing an annotated type */
296294
type Annotated <: TypeTree
297295

298-
/** Type tree representing an intersection type */
299-
type And <: TypeTree
300-
301-
/** Type tree representing a union type */
302-
type Or <: TypeTree
303-
304296
/** Type tree representing a type match */
305297
type MatchType <: TypeTree
306298

0 commit comments

Comments
 (0)