-
Hi. I am using hint for https://github.com/jwaldmann/safe-tidal-cli.
Is it possible to execute ghci commands `:doc`, `:info` in a hint session? `runStmt` gives `WontCompile`.
-
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…
-
I don't pretend to understand the full set of ramifications of something like this, but am interested in opening a discussion and at least hearing from others. The idea is:
``` julia
Function
```
wo…
-
While working on a tool [agda2lagda](https://github.com/andreasabel/agda2lagda) to convert Agda text to literate Agda text, and stumbling over [this reddit](https://www.reddit.com/r/haskell/comments/1…
-
```
Preprocessing executable 'crackNum' for crackNum-3.14.. …
-
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…
-
Is there for example an instance:
```haskell
instance Selective f => Selective (ReaderT r f a)
```
-
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.
-
# 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/…
-
Is it possible to add a derived columns to the frame? I see that there is a frameCons that can add a column to the frame but I am not sure how to go about defining a type signature for the new Column…