Creating a Stream-based Atom from a Stream-producing Effect
Can I make a Stream-based Atom from a stream-producing Effect?
There doesn't seem to be a way to flatten the last bit
Effect<Stream<A, E1>, E2> -> Atom<Result<A, E1 | E2>>There doesn't seem to be a way to flatten the last bit
