tofu.compat.package.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tofu-core-higher-kind_3 Show documentation
Show all versions of tofu-core-higher-kind_3 Show documentation
Opinionated set of tools for functional programming in Scala
package tofu.compat
import cats.data.NonEmptyLazyList
import scala.annotation.StaticAnnotation
object `package` {
type LazySeq[+A] = LazyList[A]
type NELazySeq[+A] = NonEmptyLazyList[A]
type unused = scala.annotation.unused
val lazySeqInstances = cats.instances.lazyList
val LazySeq: LazyList.type = LazyList
}
class uv212 extends StaticAnnotation
class unused212 extends StaticAnnotation