-
### Your environment
Building hls-eval-plugin-1.1.0.0 inside nixpkgs.
Which OS do you use:
Nixos
### Steps to reproduce
Run tests
### Actual behaviour
The log is to long to paste out …
-
## Exigent Question:
At any point in a **jq** script what does the filter `.` return? It may be easy for an experienced user, but it's not clear from the documentation. Put another way: what defines …
-
The below Clash program fails to synthesize:
```
import Clash.Prelude
import Clash.Annotations.TH
topEntity
:: "CLK" ::: Clock System
-> "RESET" ::: Reset System
-> "VGA" ::…
-
Right now, libraries can't do anything smart about IHaskell, because they don't know they're running in IHaskell. They can't interact IHaskell without depending on the entire package. Other packages t…
-
CC @dcoutts, @grayjay, @kosmikus,
The `Progress` type in `Distribution.Client.Dependency.Types` is a great idea and more code in Cabal should use it. However, I am a bit worried about the asymptotic …
-
Is the following possible:
* We identify a commonly occurring code-pattern in our project, and add a function for it in some Utils module.
* HLint looks at all the functions in this Utils modules,…
-
This is a proposal which introduces a new syntax that allows Frege programmers to implement Java Interfaces with Frege Record declarations.
## Proof of Concept
Supports the "Pure" case only: #36…
-
As it is, the Chunk type in Data.Vector.Fusion.Bundle.Monadic is much less useful than it could be.Here are some ways, ranked by desirability and compatibility-breaking, on how it could be better.
1)…
-
### General summary
I am trying to implement a little game in Haskell using Gloss.
To build the project, I am using Stack, with the `haskeleton` template.
My OS is NixOS, version 18.03.
I add the …
-
There are several related issues here:
1. Some Ajax functions use the HTML `FormData` API to serialise the data sent to the back end. In Flask, this has to be accessed using `request.form`. Elsewhe…