-
The library has `itraversed` to give an `IndexedTraversal` for any `TraversableWithIndex`.
It would be also nice to have `ifolded` and `imapped` to give an `IndexedSetter` for any `FunctorWithIndex…
-
Unboxed vectors can't be Traversable due to the Unbox constraint on the element type, but it would be very useful if there were an analogous generic traverse method:
```
traverse :: (Applicative f, V…
-
We have implemented a [traversable class](https://github.com/sandrokeil/arangodb-php-driver/blob/feature/cursor/src/cursor.h) like
```c++
class Cursor : public Php::Base, public Php::Traversab…
-
https://wicg.github.io/anonymous-iframe/#dom-window-credentialless
Credentialless iframes' partitions are determined by a [page credentialless nonce](https://wicg.github.io/anonymous-iframe/#page-c…
blu25 updated
18 hours ago
-
I'm thinking of something like:
```haskell
{-# language ViewPatterns #-}
pattern x ::: xs Just (x, xs)) where
(:::) = cons
```
I find myself wanting sequence-polymorphic pattern matching of…
-
```scala
// compiles
interface J1 extends scala.collection.Traversable { }
interface J2 extends scala.collection.Traversable { }
// J.java:4: types scala.collection.Traversable and scala.collecti…
-
-
- Laravel Version: 8.34.0
- PHP Version: 8.0.2
- Database Driver & Version: N/A
### Description:
Shouldn't `EnumeratesValues::getArrayableItems()` check for `Traversable` before `Jsonabl…
-
https://github.com/morrisonlevi/php-generics-design-library/blob/728fde4705f42c7050a8c7da7011cecc83fe8fbf/src/interfaces.php#L5-L6
This would make more sense to me as
```php
interface IteratorA…
-
If Phan fails to parse a union type in Comment.php, and the config setting for this enhancement is enabled, then try the below two rules:
- [x] support `array`
- [x] support `iterable`, `Traversab…