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

trace4cats.fs2.fs2.scala Maven / Gradle / Ivy

The newest version!
package trace4cats

import _root_.fs2.Stream
import cats.data.WriterT

package object fs2 {
  type TracedStream[F[_], A] = WriterT[Stream[F, *], Span[F], A]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy