Search code examples
Python typing: concrete class that implements protocol with method that takes another protocol as ar...

pythonpython-typingstructural-typing

Read More
When does Callable lack __module__?...

pythonpycharmpython-typingstructural-typing

Read More
How to use __subclasshook__ with Mypy?...

pythonpython-typingmypystructural-typing

Read More
Specifying additional subclassed bounds of a TypeVar in Python typing...

pythonpython-typingmypystructural-typing

Read More
Typescript type compatibility test...

typescriptstructural-typing

Read More
Cannot use struct as the type struct {...}...

gostructural-typing

Read More
TypeScript does not expand generic and complains about type arguments being not comparable...

typescriptgenericsstructural-typing

Read More
How to provide type hint for a function that returns an Protocol subclass in Python?...

pythontype-hintingpylancesubtypestructural-typing

Read More
In Scala 3: Why runtime pattern matching can't work reliably on duck type using JVM reflection?...

scalareflectionpattern-matchingscala-3structural-typing

Read More
accept multiple types for a parameter in scala...

scalatypesstructural-typing

Read More
Structural typing and polymorphism in Go - Writing a method that can operate on two types having the...

gostructural-typing

Read More
collections.abc.Iterable doesn't allows runtime structural checks according to Iterable API...

pythonpython-typingabcstructural-typing

Read More
typedef for Map in dart...

typescriptdarttypesstructural-typingnominal-typing

Read More
Is the TypeScript type system too relaxed in this case?...

typescripttype-systemsstructural-typing

Read More
Generic protocols: mypy error: Argument 1 has incompatible type ...; expected...

pythongenericstypesmypystructural-typing

Read More
Python and mypy: creating a generic collection with typebound based on a Protocol...

pythonpython-3.xmypystructural-typing

Read More
Structural types in Dotty/Scala 3 compiled failed?...

scalastructural-typingdottyscala-3

Read More
Typescript + Next.js not type checking function parameters/arguments...

javascripttypescriptduck-typingstructural-typing

Read More
How to use implicit conversion instead of structural typing when only one collection method is neede...

scalaimplicit-conversionstructural-typing

Read More
"Structural type guard" works with `if`, but not as array filter predicate...

typescripttypesstructural-typing

Read More
How to add type-checking to a function extraction summary...

scaladependent-typepath-dependent-typestructural-typingscala-3

Read More
Confusion about type refinement syntax...

scalatypesstructural-typingrefinement-type

Read More
Is there any way of calling scala method (having type parameter ) with infix notation...

scaladslimplicitstructural-typing

Read More
Does Dotty support refinements?...

scalastructural-typingdottyscala-3

Read More
structural type extending another structural type...

scalatypesstructural-typingcompound-type

Read More
Is it possible to using macro to modify the generated code of structural-typing instance invocation?...

scalascala-macrosstructural-typingscalametasemanticdb

Read More
TypeScript generics: how to define type T which is structurally the same as other type S...

typescriptgenericstypescript-genericsstructural-typingstructural-equality

Read More
Will method invocation reflection in Scala cause performance degradation?...

scalagenericsreflectionstructural-typing

Read More
When does TypeScript use structural typing?...

typescripttype-inferencestructural-typing

Read More
Defining generic type based on method (structural typing)...

scalatypeclasstype-constraintsduck-typingstructural-typing

Read More
BackNext