Alistair Lynn
Alistair Lynn
- `cabal info` collects metadata on any given package, including its dependencies. Can also use `cabal info -` to get information about a specific version. Unfortunately there doesn't appear to...
[Push-pull functional reactive programming](https://dl.acm.org/doi/abs/10.1145/1596638.1596643) (Elliott, 2009) called this type `Reactive` and I _think_ that's still common in the FRP literature. The original continuous-time version is called a `Behavior`.
That does mean adding an Alternative constraint on the functor to the Applicative instance.
Related: we now roll back the entire transaction correctly on a 500.
I don't think we should bypass the layering tests for type checking. Actually I'd claim that the layering tests are correctly exposing dependencies here: where we're implicitly depending on the...
This ickiness was otherwise bypassed, but we should still do this.
Action for me to make this much more clear as well!
Potentially yes, and switching over to them would be an aspiration. But changing something from using `asyncio.gather` to `aiometer.run_all` isn't necessarily drop-in in the sense that things might rely on...