Add {from,to}Observable and {from,to}Callbag (#31)
* Implement fromObservable operator
* Add toObservable and refactor
* Rename symbol to observableSymbol
* Support Observables without Symbol.observable
* Add fromCallbag and toCallbag
* Support synchronous observables
* Add tests for fromObservable and fromCallbag
* Fix Observable.symbol creation and toObservable
* Fix method usage on Symbol.observable
`this` was not respected since the method was separated
from the input observable.
* Add tests for toObservable and toCallbag
* Revert changes to fromObservable
authored by