-
I revised the higher order probabilism paper revised *up to section 4 only*. I incorporated most of Rafal's replies in #95 to the reviewers:
Please check whether the revisions are acceptable. (Fil…
-
I'm trying to play with the AD facilities, so decided to start with a minimal example.
```Haskell
import ConCat.ADFun
d :: (Double -> a) -> Double -> a
d f x = derF f x 1
main = do
print $…
barak updated
4 years ago
-
There appears to be an issue when trying to define topological constraints that contain a large number of species. Specifically, when defining a constraint (either using `source()` or by directly copy…
-
## Compiler version
3.2.2-RC1
## Minimized example
```Scala
import language.experimental.captureChecking
class Tree
case class Thicket(trees: List[Tree]) extends Tree
def test1(segments…
-
### URL
[https://github.com/ir3ne/javascript-questions-and-answers?tab=readme-ov-file#are-concepts-of-higher-class-function-and-closure-connected?](https://github.com/ir3ne/javascript-questions-and-a…
-
### Describe the bug
If providing providers at the component level they cannot be overridden by the `moduleMetaData({ providers: [] })` option.
### To Reproduce
https://stackblitz.com/edit/github-t…
-
Currently, ISPC only has native support for a handful of transcendental functions and only at single precision. Recently, Intel has open sourced their SVML library (see https://github.com/numpy/SVML)…
-
Before 1.0 I'd like to propose bringing back the pre-reflection variant of the `Interpret` carrier in some form.
Here is my typical `fused-effects` workflow:
- Define effect GADT, pray I have a …
-
This isn't an issue per se, but more of a request for comment. First, we have two separate algorithms for calculating numerical gradients. The first is a classic two point—well, technically three poin…
-
According to the Language Reference Manual a function can be specified as total (operator '+>') but that specification of totality can only occur at the top level. Consider a filter function over sequ…