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

kingscross.common.Marshaller.scala Maven / Gradle / Ivy

The newest version!
package kingscross.common

import kingscross._

/**
 * @author Tongfei Chen
 */
trait Marshaller[L <: Interpreter, T] { self: L#Marshaller[T] =>

  val lang: L

  def marshall(x: T): lang.Expr

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy