-
"inferred type arguments do not conform", you don't say. Hey scalac, that's what you get when you go around inferring polytypes!
```scala
scala> def f[T, CC[X] : CC[X]](xs: CC[T])(implicit cbf: col…
-
### Tested versions
- Reproducible in:
- v4.3.rc2.official [3978628c6]
- v4.2.2.stable.official [15073afe3]
- Missing APIs in 4.1 and below
### System information
Godot v4.3.rc2 - ma…
-
Based on the existence of http://haddock.stackage.org/lts-5.14/mono-traversable-0.10.2/src/Data-Sequences.html , I would expect http://haddock.stackage.org/lts-5.14/mono-traversable-0.10.2/src/ to be …
-
Currently i am using the zend view in my project and i notice a very small problem with the docblock of the \Zend\View\Model\ViewModel class constructor.
Where it says @param null|array|Traversable …
-
This is actually becoming quite problematic with Collections lib, but I don't want to drop the type checks altogether.
-
Scala's GroupedIterator has the ability of padding and skipping partial results (both not implemented in our version, yet).
It would be nice if we could provide the same functionality. Returning a …
-
I have the code:
if !values instanceof \Traversable {}
and get this error:
"InstanceOf requires a 'dynamic variable' in the left operand"
but it works
if !(values instanceof \Traversable) {}…
-
List of deprecated stuff we are currently using:
- [x] [PEP 594](https://peps.python.org/pep-0594/) led to the deprecations of the following modules slated for removal in Python 3.13: [imghdr](http…
-
Aya version: `Aya 0.30-SNAPSHOT (9134503de233dad58f12e83920d9445829542578)`
Code:
```aya
> open data Nat | O | S Nat
data Nat : Type 0
| O
| S (_5 : Nat)
> :{
| overlap def badPlus Nat N…
-
For example: https://gist.github.com/dasl-/3043063db918e189c705788877b4720c
Would be great if phan could support typing like `* @param MyData $data` for classes that implement `Traversable`. I rea…
dasl- updated
4 years ago