-
While working on https://github.com/haskell/cabal/pull/9609 (now merged), @tomsmeding discovered that the test cabal-testsuite/PackageTests/ExtraProgPath doesn't contain any `assertOutputContains`, bu…
-
**!NB! We are still sourcing the development partner for this**
## Why this is being developed?
Superfluid specification is being built up as a set of concepts defined in the [superfluid-protoco…
-
During our port from Haskell to TypeScript, support for sugared notation (via `notation` declarations in the Domain scheme) was dropped.
The issue here is quite simply: let's get it back! :-)
-
Given that lots of programs now support response files, and that we're teaching haskell tools one-by-one to support response files, do we want to put support for calling programs with response files i…
-
There are tests which check that the address of an `EndPoint` is equal (as a `ByteString`) to the `EndPointAddress` which appears in events like `ConnectionOpened` on a peer to which it connects. I pr…
-
One idea is Radford M. Neal's implementation accompanying [Fast exact summation using small and large superaccumulators](http://www.cs.utoronto.ca/~radford/xsum.abstract.html). A lot of the details in…
-
As seen from here:
http://hackage.haskell.org/package/base-4.6.0.1/docs/Data-Maybe.html#t:Maybe
We're still missing:
```
AKA in haskell
Maybe.map_maybe mapMaybe
Mayb…
-
Something along the lines of [Herbie](https://github.com/mikeizbicki/HerbiePlugin) for Haskell, but without the auto-fixing – perhaps we can port the transformations to give (very) good suggestions.
-
```
QuickCheck (http://en.wikipedia.org/wiki/QuickCheck) is a widely-used Haskell
library for writing very-high-level test assertions about the properties of a
piece of code, and the assertions will…
-
```
QuickCheck (http://en.wikipedia.org/wiki/QuickCheck) is a widely-used Haskell
library for writing very-high-level test assertions about the properties of a
piece of code, and the assertions will…