object ReplVals

Source
ReplVals.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReplVals
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def mkCompilerTypeFromTag[T <: Global](global: T): (ReplVals.mkCompilerTypeFromTag.T.Symbol) => AnyRef { ... /* 2 definitions in type refinement */ }

    Latest attempt to work around the challenge of foo.global.Type not being seen as the same type as bar.global.Type even though the globals are the same.

    Latest attempt to work around the challenge of foo.global.Type not being seen as the same type as bar.global.Type even though the globals are the same. Dependent method types to the rescue.