-
I have looked over this package briefly, and I am wondering how you could take the result of, say, `textToBWTToRLET :: Text -> RLET` and convert it to a string in such a way that it can be uniquely co…
-
```
Preprocessing executable 'crackNum' for crackNum-3.14.. …
-
Transactions in a normal real-world applications could consist of not only database calls, but also be file system-related or network-related actions. Also, there could be the following code:
```
…
-
I suggested to remove the instance NFData (a -> b) because it cannot be implemented properly. I think the proposal got broad support:
https://mail.haskell.org/libraries/2016-May/026961.html
We have st…
-
I _know_ I'm not the first to bring this up - this has been discussed in #151, #152, #185, and probably others - but there are some inconsistencies to fix with `chainRec` that are undoubtedly best add…
-
I'm sure there's a way to use pywal with xmonad, but I don't know how that would be accomplished. Instructions in the wiki would be great.
-
Unless I'm mistaken, the preferred solution for generalizing across system architectures with Nix flakes is [flake-parts](https://flake.parts) by the Hercules CI team; reason being, you can separate a…
-
# Situation
`ListT` is deprecated since a long time, and has been removed from major packages:
https://github.com/haskell/mtl/issues/88
https://hackage.haskell.org/package/transformers-0.6.0.0/…
-
I spent the last day or so looking into ways to render HTML templates with Haskell and combine those with servant, and came away unsatisfied. All the solutions I found required a potentially objection…
-
Hi,
I have profiled some of my code that is using `Data.Vector.Unboxed` and to my confusion the biggest cost centre is the `(>>=)` on `Identity` from `Data.Vecor.Fusion.Util`.
In fact, it is indivi…