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

tofu.higherKind.Embed.scala Maven / Gradle / Ivy

package tofu.higherKind

import cats.FlatMap
import simulacrum.typeclass

@typeclass trait Embed[U[_[_]]] {
  def embed[F[_]: FlatMap](ft: F[U[F]]): U[F]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy