-
-
- [x] define laws using regular functions (PR #293)
- [x] add support for law testing for Divariant (PR https://github.com/zio/zio/pull/4220)
- [ ] add laws testing for Function1 instances (require …
-
-
The current implementations of the `coerce{S,T,A,B}` functions in `Optics.Coerce` sometimes require traversing data structures and hence are not guaranteed to be zero-cost, unlike `coerce`. For exampl…
-
If anyone has relevant links/references/sources to this, could you please add them here so that we can pool our external sources?
-
If I understand the SI-2712 fix, I believe a better ordering of type parameters for `Kleisli` should be `[A, M[_], B]`, which I think might help monad transformer lifting in the odd case (unless I'm m…
-
### Type classes from cats-tagless:
- [x] `FunctorK` - https://github.com/typelevel/cats-tagless/pull/442
- [x] `ContravariantK` - https://github.com/typelevel/cats-tagless/pull/518
- [x] `Invarian…
-
https://api.github.com/klarkc/purenix-packages/blob/16f2bfafd27526662885be8c5aa4e86aee1524ee/nix/dependencies.nix#L3
```nix
ps-pkgs: with ps-pkgs;
[
# FIXME disabled broken packages from purenix-p…
-
A minor bug: if a generated YAML file's `REGENDATA` is missing the name of the command (e.g., `github`), then the "this config has been generated by a script via" message will also be missing it, resu…
-
It seems like the [`Newtype`](https://hackage.haskell.org/package/product-profunctors-0.10.0.0/docs/Data-Profunctor-Product-Newtype.html#t:Newtype) class in this package can be entirely replaced by us…