-
I have been looking into the `ghcjs` set of tools as a way to build web sites. However, the documentation is very sparse. I had started looking at `ghcjs` but they informed me that is merely the Ha…
-
When a character literal contains a "region" start pattern ('(','[','{','"'), everything after the start pattern is interpreted as a contained region, and consequently breaks syntax highlighting. Afte…
-
This relates to #123 (TTDictionary design)
Based on a conversation with @caseybasichis and other lingering doubts I've had on my own...
- Currently the way we pass dictionaries around is in inconveni…
-
My setup is that I have a websocket server running in Haskell, accepting commands encoded into JSON by elm-bridge's encoders on the client-side, and decoded by Aeson on the server-side.
On the serv…
-
### Issue and Steps to Reproduce
The Flow busy spinner appears to be spinning indefinitely.
### Expected Behavior
I imagine it should stop at some point.
### Actual Behavior
Spins forever.
…
-
Using the latest version of `stylish-haskell` to format a particular file inplace changes the content of the file, and when running `stylish-haskell` again on this file, it doesn't parse anymore. In o…
-
I am a Haskell newbie, but I managed to write a [non-trivial program](https://github.com/cohomology/hlabyrinth) with `gtk2hs` and converted it completely to `Haskell GI` yesterday. I wanted to share s…
-
### Thank you for the bug report
- [X] I am using the latest version of `lsp-mode` related packages.
- [X] I checked [FAQ](https://emacs-lsp.github.io/lsp-mode/page/faq/) and [Troubleshooting](https:…
-
https://github.com/polysemy-research/polysemy/blob/3c731186cb5ebcfc9319586e0b691b985c6730e2/src/Polysemy/Internal.hs#L95
If I past the above example into a source file, resulting in:
```haskell
…
-
- [x] https://github.com/runtimeverification/k/issues/3220
- [ ] Frontend should generate `function, total` for total functions and `constructor` for constructors
- [ ] Check whether any changes are …