Is there a way to get from a `MutableStateFlow<...
# arrow
d
Is there a way to get from a
MutableStateFlow<Option<Foo>>
to the current state of
Option<Foo>
with optics?