-
Now that we have `Foldable` and `Functor` traits, we could use `for` and `map` directly with the containers without converting them to/from lists.
-
Personally I find the syntax for functors disheartening, especially when "sharing" and "where" are used. I never know how to indent, and I never find a way to make it look nice.
I think there is gen…
-
Motivation: eliminate existing code duplication.
In `base`, `Data.List.NonEmpty.NonEmpty` is, ultimately, a re-export from `ghc-internal` of `GHC.Internal.Base.NonEmpty`. `GHC.Internal.Base` also d…
-
Missing Field Exception > Could not find field in class Ony.OxygenNotIncluded.DGSM2.CharacterHelper:
How to reproduce: Open the game and click to configure duplicant traits.
```
[Exception]: Mi…
-
I attempted to define:
```
structural type Functor f =
{map : forall a b. (a -> b) -> f a -> f b }
```
Which failed with:
```
I found a value of type: (a1 -> b1) -> 𝕣
where I ex…
-
# Bug report
Using `package_upgrade: true` in cloud-init.yaml on Ubuntu Noble LXD VMs causes Python errors in cloud-init-output.log.
## Steps to reproduce the problem
cloud-init.yaml file:
```ya…
-
**Describe the bug**
When using a functor inside a lambda, e.g.
```
std::array arr;
f: MyFunctor = ("Some initial value");
std::ranges::generate(arr, :() f&$*(););
```
This fails with some inco…
-
As one of the first step into the implementation of the Argon Functor, we need to provide the parameters needed for the computation of the functor.
The parameters needed are:
$A_{000}$, $A_{001}$,…
-
Sample project:
https://github.com/jmagaram/functors
Look at file `Simple.res` with the code:
```res
@genType
let hello = JSON.Encode.string("hello")
```
The TypeScript is...
```ts
…
-
```
operation Foo() : Unit is Adj {
body (...) { }
controlled auto;
}
```
Based on the declaration, this operation appears to support only `Adj`. Based on the functor generators, it ap…