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

dc10.compile.Renderer.scala Maven / Gradle / Ivy

There is a newer version: 0.5.1
Show newest version
package dc10.compile

trait Renderer[V, E, A]:
  def render(input: A): String
  def renderErrors(errors: List[E]): String
  def version: V




© 2015 - 2024 Weber Informatics LLC | Privacy Policy