Jonas Carpay
Jonas Carpay
0.15.12 is broken (#61 ), this limits to 0.15.11 for now
This is currently blocked on `cheapskate-0.1.1.2` being broken in nixpkgs. Also, we should probably drop the CPP backwards compatible stuff, and just try to stay compatible with the latest Purescript...
Initial attempt at #56. - Argument handling is provisional; it just checks if the argument list is of the form `--run `, and if so, tries to run the test....
A subcommand to generate a [ctags file](https://en.wikipedia.org/wiki/Ctags) would give a lightweight and editor-agnostic way to jump-to-definition. I imagine the simplest possible implementation would collect tags, and then write them in...
these should be separate modules
This implements `HFix` and `HCofree`. This PR is more a request for feedback than an actual proposal. Much of the contents of this library goes way over my head, and...