David
David
Using `xcodegen` with a project.yml which does not have any dependencies will create a project which is missing the "link binary with libraries" build phase. When subsequently adding an SPM...
Similar to #12, I get the error `hsreduce: potential hsreduce bug: Test case is broken at >>>largestFixpoint
Do you plan on releasing a new version and distributing the packages on hackage in the near future? That would allow library authors using these packages to also distribute their...
Currently, CLI handling is done exclusively in Main. Library authors which depend on happy packages would however benefit from a model where the CLI handling is also distributed to the...
Many of the examples do not work. They seem to use outdated techniques of happy and often import modules that don't exist.
Your optimized version of the `shiftOut` function uses 8 conditional branches. It should be possible to write a faster version without if-branches. Something like this should work (not tested): ```c...