-
I need to do more learning about how to generate the types in Elm and the host languages, and what approaches exist. I'm assuming we'd use ASTs. To my understanding, it is basically a parser and progr…
-
Semantic highlighting would give us a great experience on reading the code. It's been a shame that haskell does not have it for all these times. But now we are going to make it happen for haskell in H…
-
### General summary/comments
HLS does not work if using stack and liquid haskell, if i switch to cabal it works.
### Steps to reproduce
vscode 1.73.0 with Haskell plugin configured to use ghcup …
-
[Enter steps to reproduce:]
1. ...
2. ...
**Atom**: 1.23.3 x64
**Electron**: 1.6.15
**OS**: Ubuntu 17.10
**Thrown From**: [haskell-tools](https://github.com/nboldi/haskell-tools-atom) packag…
-
## Problem statement
The mission statement of Adga2hs is to carve out a sublanguage of Agda that translates directly to Haskell, so that we can prove properties about Haskell-in-Agda programs in …
-
### Page URL
https://ethereum.org/en/smart-contracts/
### Question content
**Question 1: How are Smart Contracts characterized?**
A) Smart contracts are just like real (paper) contracts, but st…
-
People coming from an imperative programming background might be confused by `return`. For example, they might be confused by the fact that `move; return (); move` does not ignore the second `move`; …
-
CircleCI has been tagging along for quite some time now. But it did cause a couple of issues, for example in #4282.
There is no apparent reason why we might want to have a separate CI for stack an…
-
Archiving throws exception.
[Enter steps to reproduce:]
1. ctrl-i a
**Atom**: 1.22.1 x64
**Electron**: 1.6.15
**OS**: "Arch Linux"
**Thrown From**: [organized](https://github.com/MattFlowe…
-
When running the `func-test` test-suite locally, some of the tests randomly fail with the error:
```
Exception: fd:111: hPutBuf: resource vanished (Broken pipe)
```
This issue is a subset of i…