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

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

There is a newer version: 0.9.2
Show newest version
package tofu.higherKind

import cats.FlatMap

trait Embed[T[_[_]]] {
  def embed[F[_]: FlatMap](ft: F[T[F]]): T[F]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy