You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I started to refactor RDFReader in this branch by in the fs2 gitter channel several people have suggested to use just Stream[IO,A] instead of EitherT[IO, Throwable, Stream[IO,A]].
For methods that access to external resources, change their signature to use the IO monad.
The text was updated successfully, but these errors were encountered: