RecursiveTypeModule
trait RecursiveTypeModule
Methods of the module object val RecursiveType
- Source:
- Quotes.scala
Value members
Abstract methods
Create a RecType, normalizing its contents.
Create a RecType, normalizing its contents. This means:
Nested Rec types on the type's spine are merged with the outer one. 2. Any refinement of the form
type T = z.T
on the spine of the type wherez
refers to the created rec-type is replaced bytype T
. This avoids infinite recursions later when we try to follow these references.
- Source:
- Quotes.scala