-
First of all, thank you for writing this library, it is really excellent.
I was experimenting with `zoomOne` and `zoomAll`, and was trying to come up with a slightly different, more uniform approach.…
paf31 updated
9 years ago
-
### Please Prepare Test Data
I have a specification on KEVM: https://github.com/runtimeverification/evm-semantics/blob/master/tests/specs/benchmarks/storagevar03-spec.k
This can be run with: `ma…
-
Breaking changes
---
* [x] Values of the Maybe and Either types are no longer compatible with Ramda
* [x] Nothing() is now known simply as Nothing
* [x] and and or are now monomorphic
* [x] xor h…
-
Hi,
I saw that `lsp` has a dependency on `lens`, which is a fairly large dependency.
Would it be possible to swap it out for an alternative such as overloaded dot syntax or `microlens`?
I'm askin…
-
default.nix:
```
# Run using:
#
# $(nix-build --no-link -A fullBuildScript)
{
stack2nix-output-path ? "custom-stack2nix-output.nix",
}:
let
cabalPackageName = "example-project";
…
-
Would be nice to have some implicit decoders as well.
Something like
```
class DefaultValueDecoder a where
defaultValue :: Value a
```
Rows, if they are to be added, are probably calling…
-
Currently our state for the application is spread around in local state variables in each page of the application. This is far from ideal since we really need a way to keep track of a lot of state and…
-
(Continuing from https://twitter.com/bitemyapp/status/543557386149969920).
Should anybody be able to help, it would be cool to get in here (a link to) some good guide on how to read types — I don't m…
-
I wonder how useful the product of monads/applicatives really is. In our paper on bidirectional programming we mainly chose it for simplicity of exposition, but in practice I'd much prefer an approach…
-
I'm trying to get a feeling for what works and what doesn't with ghc-proofs and inspection-testing, and I found this case where inspection-testing recognizes two equal functions but ghc-proofs doesn't…