-
The defined continuation and observation maps in the `Expand` functor in `Frenetic_Decide_FA` don't properly enumerate packets in the same ENUM so it only works on `alpha F` selectors.
-
Tl; dr: The category Cat is defined "incorrectly", in particular its setoid hom equivalence relation is wrong (it does not agree with the ZFC definition of equality between functors). I propose that w…
-
It is useful to have:
``` purescript
class (Contravariant f) Boolean) -> f a -> f a
cfilterCmap :: forall a b. (b -> Maybe a) -> f a -> f b
cpartition :: ...
cpartitionCmap :: ...
```
An exam…
-
People often want to interpolate histograms. Interpolating profiles is even more useful. Interpolation should be done via a functor, so that the interpolation can have state.
```
auto h = ... // his…
-
There is somewhat of a design "impedance mismatch" between Quokka and Microphysics.
I think this can be solved with two straightforward API changes:
* making `actual_rhs` a functor object, and
*…
-
I've been asserting the functor laws locally for fun and I am observing that PHPStan fails to compile on some generics.
For example, `FunctionalPHP\FantasyLand\Functor`: https://phpstan.org/r/fef7…
-
**Is your feature request related to a problem? Please describe.**
Currently, (almost) all neighbor lists for VLC are built using functors and traversals. #872 has shown that this is not efficient.…
-
## Reason
Those would be helpful for modeling reactors. For example, in a MSR, provided the right closure relation is used, these interface kernels could capture the various heat fluxes from the cool…
-
hello,
I'm a new in learning thrust, and i'm really interesting about yout project, but I have some questions about trtc.Functor.
I wonder can class `trtc.Functor` support curand_init() or rand()…
-
Should we decide on a convention for functors and stick with it? In #1143 we are opting for `X_2functor` so naturally `X_functor` would make sense as a name. However, currently there are various thing…