-
I've attempted to make a minimal reproducible example of this failure. The key issue is around `resizeUnpack`.
Directly specifying the size of the intermediate vector instead of `DVec` also fixes t…
-
```haskell
import Clash.Prelude
fir coeffs x = dotp coeffs (window x)
where
dotp as bs = sum (zipWith (*) as bs)
topEntity
:: Clock System Source
-> Reset System Asynchronous
-…
-
```
> /tmp/stackage-build8$ stack unpack debian-3.89
Unpacked debian-3.89 to /tmp/stackage-build8/debian-3.89/
> /tmp/stackage-build8/debian-3.89$ runghc -clear-package-db -global-package-db -package-…
-
In GHCJS8.4 every JString comparison is always true.
Using the following ghcjs 8.4 stack.yaml,
```
resolver: nightly-2018-04-21
# ghcjs 8.4 doesn't include ghcjs-base
extra-deps:
- git: g…
-
The error occurs as follows:
```
[1 of 1] Compiling Main ( linear-tests/anf.hs, linear-tests/anf.o )
*** Core Lint errors : in result of Simplifier ***
: warning:
In a case alte…
-
I'm stuck implementing the integer decoding in HPACK using a monadic parser. The pseudocode, decoding an integer I with an N bit prefix, is as follows:
```
decode I from the next N bits
if I < 2^…
-
Note: the issue was created automatically with bugzilla2github tool
Original bug ID: BZ#1841
From: @PierreCorbineau
Reported version: 8.5
-
Currently `Sing` is a data family. But it might be more natural to make it a type family, for two reasons.
One reason is extremely practical. After a [recent GHC commit](http://git.haskell.org/ghc.…
-
-
Hello,
I managed to create a seg fault using Hint:
```
import Control.Monad
import Language.Haskell.Interpreter
import SomeModule
import Data.Typeable
main :: IO ()
main = void $ runInterp…