case class IgnoredProto
extends UncachedGroundType with MatchAlways

A class marking ignored prototypes that can be revealed by deepenProto

Constructors

IgnoredProto ( ignored: Type )

Members

val ignored : Type
def _1 : T1
def copy ( ignored: Type ) : IgnoredProto
def copy$default$1 : Type
override def deepenProto ( implicit ctx: Context ) : Type

If this is a prototype with some ignored component, reveal one more layer of it. Otherwise the type itself.

If this is a prototype with some ignored component, reveal one more layer of it. Otherwise the type itself.