Maybe operators that are straightforward, but stuf...
# arrow
b
Maybe operators that are straightforward, but stuff like this:
Copy code
private[fs2] def get[F2[x] >: F[x], O2 >: O]: FreeC[Algebra[F2, O2, ?], Unit] =
    free.asInstanceOf[FreeC[Algebra[F2, O2, ?], Unit]]
I just look at and 🤷 since I am not familiar enough with the underlying theory to even begin to understand that