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

advxml.advxml.scala Maven / Gradle / Ivy

import advxml.data.ThrowableNel
import cats.ApplicativeError

package object advxml {
  type ApplicativeNelThrow[F[_]] = ApplicativeError[F, ThrowableNel]
  type ApplicativeEu[F[_]]       = ApplicativeError[F, Unit]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy