-
I've been thinking about how to make using `Fcf` functions more like their value level counterparts. In particular its been bothering me that you cannot chain the functions in `Fcf.Control.Monad` with…
-
When using `WHS.withWindowLoop` as explained in the documentation, webviewhs starts to consume a high percentage of CPU (100% load almost all the time the app is running).
I have managed to find th…
-
I'm opening up an issue to discuss this comment:
https://github.com/dhall-lang/dhall-lang/issues/125#issuecomment-450601520
... which is also related to this repository:
https://github.com/ak…
-
Is there any desire for type aliases? Are they feasible? If they are, are there reasons to not support them?
E.g.
```
(define-alias Thing (Optional (Tuple String Integer)))
(define-alias …
-
* There are several issues about memory consumption but it seems it is exacerbated in those contexts
* The large public codebase where hls works reliably is ghc but it has few packages
* Test perfor…
-
`error: GhcException "You can't call hscCompileCoreExpr in a profiled compiler"`
GHC 7.8.3
Cabal 1.20
Building without profiling works as expected.
clrnd updated
4 years ago
-
I recently installed haskell-ide-engine, but I get the following error when I start up vscode and open a haskell file:
```
Got error while processing diagnostics: : cannot satisfy -package-id base-4…
-
My understanding is that this library is intended to be used in conjuction with synchronous tests, with the assumption that synchronous tests are faster than asynchronous ones.
I'm not sure synchro…
-
Many years ago, I was really interested in the idea of dual-role keys on the home row, but there was no software solution with an intelligent algorithm. I heard of at least on person using xcape with …
-
Perhaps similar to https://github.com/llvm-hs/llvm-hs/issues/391
I see the following
```
[nix-shell:~/src/llvm-playground]$ llvm-config --version
9.0.1
[nix-shell:~/src/llvm-playground]$ cab…