-
Consider the following MWE:
```haskell
module Main where
import Test.LeanCheck
f :: IO Bool
f = return True
g :: Int -> IO Bool
g _ = return True
main :: IO ()
main = do
check = [[…
-
#### Description :octocat:
Spacemacs freezes when using tramp to scp or ssh
#### Reproduction guide :beetle:
- Start Emacs
- press SPC f f
- type /ssh:192.168.10.22:/ or /scp:192.168.10.22:/ or…
-
following #1268 and the tutorial updates by @johnwhitington and a question from @gasche, I asked around about what other systems do for configuration management.
I got two answers:
- @smorimoto…
-
```
Currently WConfD allows to upload any configuration that successfully parses.
At least we need to ensure that all referenced UUIDs exist and point to correct
targets.
```
Original issue reporte…
-
At work, we discovered a somewhat surprising behavior of ByteString's `IsString` instance and interaction with `OverloadedStrings`.
The following REPL session demonstrates the issue:
```
λ> BS.…
-
What happened?
-
This would simplify the dynamic semantics. Neutral terms are necessary because of built-in functions. Perhaps
we could hypothesize that all built-ins have a valid implementation:
⟦⋅⟧ : Builtin τ…
-
We've had a little over a year of split `base`, it's a good start, but I don't believe we are yet on track for the big goal:
(Stated two ways, each implies the other)
> Upgrading GHC should not …
-
I know that Yesod now prefers `unliftio`, but there are valid instances that can be written for `MonadCatch` and `MonadMask` (I believe this follows from `HandlerFor` being isomorphic to `ReaderT`). W…
-
Seems like [this is the culprit](https://github.com/llvm-hs/llvm-hs/blob/dec4189977eacec00f876dcf1d1579e59269aa88/llvm-hs/test/LLVM/Test/Module.hs#L293) and you need a `x86_64-linux` (cross)-toolchain…