-
As explained on #308 , we'd probably have a custom prelude for Eta.
I'd like to suggest that we could put some major changes on it that make things easier for newcomers to Eta/Haskell, but make it …
-
Here's the bar:
```
[nix-shell:~/src/hnix]$ time nix-instantiate -I nix=$PWD/data/nix/corepkgs --eval --expr "import $HOME/src/nix/nixpkgs {}" > /dev/null
real 0m0.089s
user 0m0.077s
sys 0m0.…
-
Dear Jasper,
I don't know if it is possible, but I think it would be really nice to have an Eq instance of Connection. That way I could have [Connection] and be able to move them to different lists …
-
Eventually we'll need to be able to monitor what's happening on the network in the real world and will need to modify our model. We also need to be able to make incremental changes to an abstract mode…
-
I thought I'd open a ticket where we collect leftovers from the discussion around [PR #162](https://github.com/haskell-infra/hl/pull/162).
- [ ] the contrast ratio in the "on white" code example is to…
-
https://docs.docker.com/engine/userguide/eng-image/multistage-build/
-
### Problem
I've tried to add `node_type` for `haskell` without any result, until I manually edited `lua/ibl/scope_languages.lua` to add an empty reference for `haskell`.
Once it was done, I was a…
-
[solang](https://github.com/hyperledger-labs/solang): Solidity Compiler for Solana,
- [ ] #2
- [ ] **src lang -> src AST -> dst AST -> dst lang**
- [ ] language syntax: https://solang.readthedoc…
xhliu updated
2 years ago
-
I'm David Greenberg, a functional and distributed systems programmer. My passions are data structures, concurrency, and distributed systems, and especially their intersection with functional programmi…
-
Hi,
I'm looking for a way to add `arbitrary` to types that are recursive, e.g.
```swift
struct List {
let head: Int
let tail: [Int]
}
```
Knowing QuickCheck in Haskell, the impulse is …
Fryie updated
5 years ago