-
Hi I'm writing a Library for interfacing with a REST api in a Domain friendly manner.
No I'm stumbled by the following case: I'm trying to express that I'm writing a function which
takes a class d…
MrHus updated
7 years ago
-
This is more of a feature request/discussion than a bug.
### Reproducer
```python
from numba import njit
@njit
def incr(x):
return x + 1
@njit(cache=True)
def foo(f, x):
retur…
-
Update with new version of ATK
-
After some discussion in #2, I've come to realize that higher-order functions and the beta-reduction problem in general may be a non-issue for Kindelia, because **Kindelia does not measure work in ter…
-
We've often discussed this feature, _type constructor parameterization_, or _kinds_, or whatever you want to call it, which boils down to, by analogy with first-class/higher order functions at the val…
-
Hey, nice library!
I think it would be awesome if RR provided some higher-order components to separate pure components from stateful components (ones with subscribe).
### RRSubscribe
``` jsx
```
A…
-
_From [dpip...@gmail.com](https://code.google.com/u/107913314994758123748/) on June 01, 2011 20:03:18_
Using Agda version 2.2.10 on MacOSX 10.6.7
In the code below, μ₁ typechecks fine, but μ₂ gives …
-
I know that the goal of this project is to provide a clean and efficient minimal API but i think having for example a some high order procedures like `Filter` will help improve usage and dx.
-
Due to increased involvement with high-order fem codes, I guess it would be worthwhile to extend/improve high-order visualization APIs in SCOREC/Core.
At the moment we support high-order mesh visua…
-