-
Aliasing into a functor or module synonym that hasn't yet been instantiated is an error right now. It should be allowed.
Example: (contained within a module, to avoid #8 issues)
```
mod M
mod …
-
There's no way to declare aliases (using either `alias` or `open`) inside of a functor.
Related to #9.
-
**Original bug ID:** 7212
**Reporter:** @Drup
**Assigned to:** @garrigue
**Status:** acknowledged (set by @damiendoligez on 2016-04-05T14:20:18Z)
**Resolution:** open
**Priority:** normal
**Seve…
-
Functors like "Map" is handy, but can we make it better?
Say we have
`func Map[T any, R any](collection []T, iteratee func(T, int) R) []R`
I guess we would write code like this often.
`keys :…
-
I was trying to write an effect like this
```haskell
data ReplicateM m k = forall a. ReplicateM (m a) (NonEmpty a -> m k)
instance HFunctor ReplicateM where
hmap f (ReplicateM m k) = Repli…
bielr updated
4 years ago
-
At the moment, you construct a delegate with a freestanding function like this: `my_delegate_type::create()`, and use it like this: `add_callback(my_delegate_type::create())`.
It would be nice to …
-
If you run for first time the webapp through `pnpm dev`, anything is loaded and, after a while, it crashes with a timeout error. If you refresh, then the web app loads sucessfully.
![Screenshot 20…
-
After teaching it, some of the changes #26 have added some material thats is too complicated and doesn't add much to the discussion (the `IPCHI2`). I think we should roll these back when we update th…
-
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…
-