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

lspace.decode.DecodeText.scala Maven / Gradle / Ivy

The newest version!
package lspace.decode

trait DecodeText[A, F[_]] extends Decode[A, F] {
  type In = String
}

object DecodeText {
  type Aux[Out, F[_], In0] = DecodeText[Out, F] { type In = In0 }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy