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

poly.algebra.hkt.implicits.scala Maven / Gradle / Ivy

package poly.algebra.hkt

import poly.algebra._

/**
  * @author Tongfei Chen
  */
object implicits {

  implicit final val IterableStructure = std.IterableStructure
  implicit final val SeqStructure = std.SeqStructure
  implicit final val FunctionStructure = std.FunctionStructure
  implicit final val EitherStructure = std.EitherStructure
  implicit final val TupleStructure = std.TupleStructure
  implicit final val OptionStructure = std.OptionStructure

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy