Closed mbrandonw closed 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.
Observation
Realized that something as simple as this:
…doesn't compile because you have to import
Observation
. So, let's export it from this library.