zio.prelude.AssociativeFlattenSyntax
Provides infix syntax for flattening types.
Flattens a value of type F[F[A]] to produce an F[A].
F[F[A]]
F[A]
Provides infix syntax for flattening types.