-
For now the System-builder can:
- Build fast (scope hoisting) & small (tree-shaking) modules with `buildStatic` & Rollup
- Build less efficient `System.register` bundles enabling code splitting and …
-
Hello, everyone,
Recently, I learned about the existence of the cylindrical coordinate system in EPOCH, compiled the latest version, and started using it.
Is it possible to apply an external magn…
-
I wanted to briefly mention a new implementation of Prefer header that is being added to pywb, as part of work for the UK Web Archive.
(The implementation is currently available on this branch in h…
-
I'm now leaning towards replicating the trick we have in Delta terms (Tom's Tree0 method --- a stamp per each term node). Then we could add the same stamp to the Delta expressions created from Ast ter…
-
**Describe the bug**
There are cases where indexes may appear redundant, but are not completely. Understanding these nuanced cases is probably not possible, so the suggested fix I have here is to t…
morgo updated
2 weeks ago
-
-
It would be nice to have a label per query or parser. GitHub searches don't quite work because of the `checkhealth` outputs. It would also be nice to have a bot to automatically ping/assign/request re…
-
The rule macro was changed to quote the names of functions in function call expressions. This is a change from the old rule macro. I used to return function objects from the `operation` function, and …
-
See the [proposal](https://gitlab.haskell.org/ghc/ghc/-/wikis/applicative-comprehensions) on the GHC wiki.
See also the [earlier thread](https://mail.haskell.org/pipermail/ghc-devs/2015-October/010…
-
The program
```
> module Main
> import NatGCD
> import NatGCDOperations
> import NatGCDProperties
> import NatGCDAlgorithm
> import NatDivisor
> import NatDivisorOperations
> import NatDivisorProper…