``` sealed class ProfilePage object ProfileLoading...
# arrow
s
Copy code
sealed class ProfilePage
object ProfileLoading: ProfilePage()
data class Profile(...): ProfilePage()
object NoProfileFound: ProfilePage()

val model: Observable<ProfilePage> =...