All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scalan.package.scala Maven / Gradle / Ivy

The newest version!
import scala.reflect.ClassTag

package object scalan {

  /** Allows implicit resolution to find appropriate instance of ClassTag in
    * the scope where RType is implicitly available. */
  implicit def rtypeToClassTag[A](implicit t: RType[A]): ClassTag[A] = t.classTag
  
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy