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

tofu.control.Optional.scala Maven / Gradle / Ivy

package tofu.control

import simulacrum.typeclass

@typeclass
trait Optional[F[_]]  {
  def optional[A](fa: F[A]): F[Option[A]]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy