-
`Cubical.Foundations.Id` is now deprecated. According a comment in the library, this should be replaced with `Cubical.Data.Equality`. Although, it's not as simple as just changing the name of the impo…
-
Hi,
I tried optics by switching over a project from lens. This worked very well due to the good type errors. I also think `%` is not bad and actually helps readability, since it is made clear where…
-
before spago 0.20.8. One can bundle a purescript app using spago2nix and spago in a nix derivation
```nix
in stdenv.mkDerivation rec {
pname = "my-frontend";
src = lib.cleanSource ./.;
v…
-
### Your environment
I am running on an M1 Mac.
### Steps to reproduce
```
% wget https://downloads.haskell.org/~hls/haskell-language-server-1.8.0.0/haskell-language-server-1.8.0.0-aarch…
tvh updated
10 months ago
-
With following compilation error:
```
Resolving dependencies...
Starting lens-4.17
Building lens-4.17
Failed to install lens-4.17
Build log ( C:\Users\User\AppData\Roaming\cabal\logs\g…
-
hi @domoszlai thanks a lot for your work on juicy-gcode.
however, build does not work on my machine.
any suggestion to make progress?
Thanks!
```
$ stack --version
2.3.3 x86_64
$ sta…
-
Prove the equivalence between the 4 notions in `Cubical.Categories.Profunctor.General`
-
Follow-up to #56.
I think that Cells should be an instance of https://hackage.haskell.org/package/profunctors-5.6.2/docs/Data-Profunctor-Traversing.html#t:Traversing. Basically, this means that the…
-
I think that for any functor `m`, `MSF m` is a [profunctor](https://hackage.haskell.org/package/profunctors-5.5.2/docs/Data-Profunctor.html#t:Profunctor). This means that we can pre- and postcompose `…
-
When we do a $\Sigma$ migration, the chase is computed in an ACSet whose schema is the collage of the functor. This code works when the domain of that collage has no attributes, but it breaks when tha…