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

scalaz.ArrId.scala Maven / Gradle / Ivy

The newest version!
package org.specs2.internal.scalaz

////
/**
 *
 */
////
trait ArrId[=>:[_, _]]  { self =>
  ////
  def id[A]: A =>: A

  ////
  val arrIdSyntax = new org.specs2.internal.scalaz.syntax.ArrIdSyntax[=>:] { def F = ArrId.this }
}

object ArrId {
  @inline def apply[F[_, _]](implicit F: ArrId[F]): ArrId[F] = F

  ////

  ////
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy