Christopher King
Christopher King
We should add [monoidal closed categories](https://ncatlab.org/nlab/show/closed+monoidal+category) (and then cartesian closed category can be converted to being both monoidal closed and cartesian). I can add this if we want this.
I wasn't able to test since I think this package is in a state of flux (in which I can not compile it), but it worked with an old version,...
Could you add a stereographic viewing option? Note that since the stereographic projection is infinite, you would have to add an option for the viewing window.
This isn't a bug, but a suggestion. I suggest that you allow oesis sequences to be part of formulas. That would make this even more powerful than it already is.
Haste.App is currently sort of fragile, in the sense that the server and client can get out of sync if the server does other IO. This makes it more difficult...
`runApp` is supposed to be the only IO action in a `Haste.App` program. Why is this? The reason why is that there are ways there may be ways to help...
If I understand #471, an email is required to work with the gift card vendors. As a way to increase privacy, I propose an option for Cake Pay itself to...
Git has built in support for interfacing with external merge tools. We should add support for that: https://git-scm.com/book/en/v2/Customizing-Git-Git-Configuration#External-Merge-and-Diff-Tools
The type of the bidirectional reactimate would be `Event (IO a) -> MomentIO (Event a)`. Whenever the input event occurs, the output event is fired. Unlike `execute` this would not...
I think it would be useful if there was a version of `compile` that in addition to compiling the network allowed `MomentIO` to return a side value: > compile' ::...