-
I am working on and off with a hobby project using ReScript and keep running into problems using GenType whenever `include` and `functors` are used. Considering that there is a goal to improve GenType…
-
- [x] 翻译
- [ ] 校对
-
Hi, first thank you for this library - I really love the approach ❤️.
While I am playing around with modelling a data type that I can view both as a "whole" (`Identity`) and as "patch" (`Maybe`) - s…
-
- Depends on #2351.
Suggested Juvix implementation:
```
trait
type Functor (F : Type -> Type) :=
mkFunctor {fmap : {A B : Type} -> (A -> B) -> F A -> F B};
trait
type Applicative (F : Typ…
-
@Flamefire introduced in #1410 some functors to HDF5/ADIOS that can be used to verify & read attributes.
To remove code duplication, other read/writes such as `sim_slides` should be done through it, …
ax3l updated
3 months ago
-
While trying to use Functors for dependency injection, I noticed that the functions defined within `module Make` are defined a second time at the top level.
**Rescript:**
```res
module type Dep…
-
`AutoDiffCostFunction` (among others) requires the inner cost functor to be passed as a pointer. However, this is not always necessary as the user might want to pass the functor as a copy (or move it)…
-
I'm pretty sure this will have to get baked in as a primitive. Given that it's not fully general; that's unfortunate. Anyway, the point is that we can get ~50% of the way to patching the efficiency ga…
-
When building the pointnet++ using provided instructions build fails after a while with following error.
```
/usr/include/c++/11/bits/std_function.h:435:145: error: parameter packs not expand…
-
Hello!
I'm working on a Ppxlib deriving extension which transforms types into functions (specifically deriving serialization decoders).
I would like to somehow make all of the generated functi…