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

slick.compiler.InferTypes.scala Maven / Gradle / Ivy

There is a newer version: 3.3.3
Show newest version
package slick.compiler

/** Infer all missing types. */
class InferTypes extends Phase {
  val name = "inferTypes"

  def apply(state: CompilerState) = state.map(_.infer(typeChildren = true))
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy