-
`~>` is imported as the alias for `Cayley` from the re-export in `Control.Kernmantle.Rope`, rather than directly from the declaration in `Data.Profunctor.Trans`. This has tripped me up a couple of tim…
-
These were some links posted in the FP slack channel for Haskell:
- https://medium.com/@wigahluk/handling-errors-with-profunctor-optics-d34f97b0cc1a
- https://medium.com/@wigahluk/generalizing-funct…
-
We should publish statically-linked binaries for our Linux releases. The reason for doing this is that various Linux distros ship different versions of some native libraries we link to, and dynamicall…
-
Are any of the following possible? Trialling them suggests not, and with random poking around in base I've not been able to find a single instance of `(%One->)` `(%Many->)`, `(%1->)`, or `(%p->)` for…
-
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffa75c93760, pid=14960, tid=19068
#
# JRE version: OpenJDK Runtime E…
-
Pushing value to a stream is a very common pattern, used for conditional returns and aggregation.
Currently, the only way to push a value to a stream is via a function call. But functions have stri…
alari updated
3 years ago
-
### Your environment
Output of `haskell-language-server --probe-tools` or `haskell-language-server-wrapper --probe-tools`:
```sh
haskell-language-server version: 1.0.0.0 (GHC: 8.10.4) (PATH: …
-
I think it's a bit silly for `dhall` to have its own mini-`lens` - it's a violation of the separation of concerns. At the same time, the combinators are useful, and avoiding a dependency on `lens` doe…
-
https://hackage.haskell.org/package/transformers-0.6.0.0/changelog
Could you upload a compatible release or make a Hackage revision?
-
I've configured my vim using LanguageClient-neovim + vimmer-ps to use purescript-language-server, however it crashes constantly with the following error:
```
Error: connect ECONNREFUSED ::1:15784
…