-
#390 there was a proposal 4 years ago on removing Proxy but was rejected . I think the extension TypeApplications is stable enough now so can we reconsider the proposal?
-
A gripe I've had for a while is that the default runs of 100 is way too low to get decent coverage for most scenarios, and in my experience is pretty low for most test suites.
I recommend usually …
-
Hi,
First of all I'm really glad that this project is still very-well maintained and I want to thanks all the contributors!
With HTTP/2 server-sent events don't have the limitations that lead to…
-
In CSDF, we are using `[(c, p, f)]` for the actors' behavior and for SADF we are using `Signal (c, p, f)`. Perhaps it would be interesting to define SDF actors' behavior with `(c, p, f)` instead of `c…
-
Given that a fixed-length vector's size is... well, _fixed_, it makes ``Arbitrary`` instances very easy. This would also assist me greatly with writing QuickCheck tests for ``vector-sized-extra``, whi…
-
Quite a bit of Pursuit's design followed from the constraints imposed by the fact that we didn't have a registry of our own, so this is probably a good opportunity to revisit that.
Currently, Pursu…
-
Hi @conal, I am a big fan of your AD work. I had some ideas on how you could structure the paper that you might find useful:
1. Quick summary of AD.
2. Summary of what past paper accomplished. Her…
-
I would like to have a `let lowercase : Text -> Text`.
Based on https://github.com/dhall-lang/dhall-lang/issues/164 I understand that Dhall aims to promote static typing instead of string comparis…
-
# Overview
Oftentimes I will change code in the library component of a project, and then fix the test suite by following compiler errors. However, this doesn't work for me with HLS, as the test sui…
-
I have a bunch of already-defined data types using standard Haskell syntax. Can I use `persistent` without converting them into quasiquoters? It seems like it should be possible, but I can't find any …