pointfreeco / swift-perception

Observable tools, backported.
MIT License
574 stars 43 forks source link

Export Observation. #73

Closed mbrandonw closed 6 months ago

mbrandonw commented 6 months ago

Realized that something as simple as this:

import Perception
@Perceptible
class Foo {}

…doesn't compile because you have to import Observation. So, let's export it from this library.