-
Hi, I ***love*** the idea of `pure4j`, the documentation and everything, thank you so much for it!
In our project I've created our own versions of immutable collections which I am willing to port t…
-
Currently, `docopt` parses command-line description at the runtime, though this method is simple and user friendly, it might introduced several costs:
- performance issue when a program is invoked fre…
-
Not an actual issue, but I thought I would share this implementation with you. [Roc](https://www.roc-lang.org/) is a new functional programming language that targets low level performance. The languag…
-
The following operations are implemented by converting to lists and comparing.
- [x] Set `==` (improved in #1017)
- [x] Set `compare` (same as above)
- [x] Map `==` (same as above)
- [x] Map `co…
-
For quickly defining the possible effects, Polysemy has the [Members](https://hackage.haskell.org/package/polysemy-1.7.1.0/docs/Polysemy.html#t:Members) type family. This can of course be implemented …
-
We have some places in our code where we hackishly/partially parse (parts of) SystemVerilog. It would be nice to choose an existing parser and integrate it properly into the codebase.
Currently we …
-
This is related to #14, which may have not been fixed properly. When using `cabal update` built with `HTTP-4000.2.17` and using a squid2 proxy, I get `cabal: does not exist`. A friend of mine did some…
-
Due to a host of issues that have been noted through continuous usage of the Haskell GitLab CI by @hasufell, he suggests that we discuss a migration from the GitLab runners to GitHub's own runners.
…
-
paf31 updated
3 years ago
-
## Summary
The proposal is about the creation of a new stanza in the cabal file format: `build-drivers`. This stanza takes a list of executables that run before the build of the Cabal components, i…