-
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…
-
It iss realistically necessary to be able to use getPointerSize and getTypeAllocSize (at least) from
The sizeof as a gep to then end of a nullpointer hack has the disadvantage of not being able to…
-
I was expecting `example2` to work, but I can't get it to type check. `example1` works fine, so it's not a problem with doing `IO` specifically.
Could you please provide a simple example of using `…
-
As I mentioned in [this thread](https://github.com/paldepind/functional-frontend-architecture/issues/23), I have a lot of time right now to dedicate to building out components for a frontend library/f…
-
I know you've got a lot on your plate right now, but I just wanted to run this idea by you. I think Fit is the perfect library candidate to offer a generic, maintainable solution to the multiple dispa…
-
I'm trying to build `generic-lens` on nix with ghc 8.6.3 and I encounter the following issue during the test suite:
```
[...]
### Failure in: 2
test/Util.hs:10
test/Spec.hs:243:7: fieldALensMa…
-
# Overview
A perennial issue on a team I manage has been understanding what _exactly_ comprises phase-1 validation. I would like to see a clear, plain English listing of the criteria that must be s…
-
Writing more than ~2GB at once to a file appears to fail on OSX. This may be related to a platform issue also encountered in this python ticket: https://bugs.python.org/issue24658
## Repro:
The f…
-
In standard Qi, flows are functions, and their semantics are function invocation. We've often talked about alternative semantics for flows. Let's look at a few especially interesting ideas, in connect…
-
## Summary
Purescript is an indentation-based syntax, similar to Haskell. It would therefore be useful to be able to indent code using the character set aside for this purpose, which is U+0009.
…