Observables are significantly more complicated than Signals. Notably,
Observables have completion and error events, but `Observable a` is
still different from `Signal (Result err (Maybe a))` because
observables can no longer produce values after an error or completion.
Observables also include the concept of subscribe/unsubscribe events,
which has no corresponding concept in Signals.
> --
> You received this message because you are subscribed to the Google Groups
> "Elm Discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to
elm-discuss...@googlegroups.com.
> For more options, visit
https://groups.google.com/d/optout.