-
Subscribe to this issue and stay notified about new [daily trending repos in Haskell](https://github.com/trending/haskell?since=daily).
-
Subscribe to this issue and stay notified about new [weekly trending repos in Haskell](https://github.com/trending/haskell?since=weekly).
-
I suggest to rename `flip` in the standard library by `bernoulli`.
I understand that `flip` is the name used in Church, however in Haskell `flip` is a combinator, see https://hackage.haskell.org/pa…
-
https://eta-lang.org/
Unsuitable because there is no ScriptEngine in eta: https://github.com/typelead/eta/issues/466
subes updated
2 weeks ago
-
Might need to make the executable path a list of paths.
-
I am on arch linux and I installed stack through ghcup. However, running stack always resutlts in a connection failure.
### Steps to reproduce
Run command `stack update`
### Expected
It sh…
-
We are looking to upgrade our Haskell toolchain to the latest LTS/stable version. That would mean 9.X.X for GHC and we need to investigate which makes most sense for Wasp.
Possible steps:
1. Inves…
-
The README says: https://github.com/ocharles/weeder/blob/66fbba0523bf93abf30323f51670366d577e4f98/README.md#template-haskell
> Weeder is currently unable to parse the result of a Template Haskell s…
-
I just released a new version of this `run-fourmolu` Action (https://github.com/haskell-actions/run-fourmolu/releases/tag/v11), and on the screen where I can edit the release, there is an option to pu…
-
Consider the program:
```
main = print $ (`div` 2) 3
```
If you put the cursor inside the brackets anywhere *except* on the first back-tick character and hit `C-M-u` (`backward-up-list`) the c…