-
Over in Debian, we're seeing the unit tests for mono-traversable 1.0.15.3 hang on all 32-bit architectures (armel, armhf, i386, etc.) with GHC 9.0.2. Unfortunately, the tests just get stuck and don't…
swt2c updated
4 months ago
-
Fatal error: Class Dash\Expressive\DynamicRouteCollection must implement interface Traversable as part of either Iterator or IteratorAggregate in Unknown on line 0
All i did was start the skeleton ex…
-
Greetings,
I am experiment ing with the package using the simulation environment. I am following the instructions as provided with the package.
In some of the experiments, the planner returns the e…
-
Some kind of data structures can have constraint on type paramters, like Ord[A] for ordered structures like Set / TreeSet, but they are not Funktors (Covariant) => not Traversable too
[origin idea](h…
-
`removeAll` and `retainAll` seem to have the same usages, I think they should come in pairs: where there is one, the other should be also.
`Traversable` should:
``` java
/**
* Removes all o…
-
I think it seems that this package is depending on lens for the various flavors of the indexed folds etc. those will be via indexed-traversable package as of the next lens release I think?
cc @pha…
-
Jira issue originally created by user mw-orm:
Hi,
https://github.com/doctrine/doctrine2/blob/master/lib/Doctrine/ORM/UnitOfWork.php#L331
it would be easier if you could the method "flush" pass a tr…
-
https://github.com/wp-e-commerce/WP-e-Commerce/commit/a9009d016523074141211eb83dfd75bef865f36a introduced a loop that iterates over WPSC_Cart, which is not techncially traversable.
I don't fully un…
-
In the guarded cubical approach ([DDG3.agda](https://github.com/noughtmare/parsing-ddgs/blob/main/DDG3.agda)), I found a proof for the "roll" direction:
```
ffix₀ : (∀{w} → fix₀ F w → F (fix₀ …
-
Add the Traversable Functors API to scope and it's elements. This will allow us to fold and transform scopes in templates with a known API.