Search code examples
What are some hardfast "rules" for casting with subtypes?...


javacastingsubtyping

Read More
Haskell: How to implement a processing on a list of different but related types?...


oophaskellsubtyping

Read More
Parametric methods with different subtypes...


c++subtypingsupertype

Read More
Ocaml disambiguates inferred types by their proximity to the value?...


ocamltype-inferencealgebraic-data-typessubtypingrefinement-type

Read More
Wrong generic overload function called...


iosswiftgenericssubtyping

Read More
How is calling a function on a subtype implemented?...


c++polymorphismlanguage-designsubtyping

Read More
Overriding an operator to use the derived class in C++...


c++inheritanceoperator-overloadingoverridingsubtyping

Read More
TypeScript: why is a number assignable to a reference of type Object?...


typescriptprimitivecoercionsubtyping

Read More
Scala generic subtype parameters...


scalagenericssubtyping

Read More
@uncheckedVariance in Kotlin?...


scalagenericskotlincontravariancesubtyping

Read More
Can a method using super take a subtype of an object and add it to the list?...


javagenericssubtyping

Read More
Java Collection::toArray with subclasses...


javagenericscollectionstoarraysubtyping

Read More
Casting bounded wildcard to unbounded wildcard within a generic type is an error (X<Y<? extend...


javagenericsbounded-wildcardsubtypingunbounded-wildcard

Read More
Why is forall a. a not considered a subtype of Int while I can use an expression of type forall a. a...


haskellparametric-polymorphismsubtypingtype-theory

Read More
Define foreign key in Postgres to a subset of a target table...


sqlpostgresqlsubtyping

Read More
Scala UpperBound and LowerBound concept...


scalagenericsvariancesubtyping

Read More
Java SE specifications |S| symbol...


javaspecificationssubtyping

Read More
Viewing specialization/subtype of generic in polyml after functor application...


debuggingsmlsubtypesubtypingpolyml

Read More
ArrayList of objects and abstract...


javaarraylistwildcardsubtyping

Read More
why does OCaml use subtyping for polymorphic variants?...


ocamlsubtyping

Read More
Scala val syntax: What does val myVal:{ def ... } mean?...


functionscaladeclarationsubtyping

Read More
Subtyping with function pointers, structs, unions, and enums...


cstructenumsunionssubtyping

Read More
How can I determine the class of an object in Scala?...


scalasubclassinstanceofsubtyping

Read More
Where does the Java spec say List<T> assigns to List<? super T>?...


javagenericsbounded-wildcardsubtyping

Read More
Force closes on subtype polymorphic object instantiation...


c#unity-game-enginepolymorphismsubtyping

Read More
Creating index on subtype-specific attribute in a SQL Object table...


sqloracle-databaseindexingobject-typesubtyping

Read More
C# how to avoid typecasting to subclass?...


c#.netsubtyping

Read More
How to define Subtypes in Isabelle and what they mean?...


isabellesubtypingisar

Read More
JAVA: are the notion of subtyping and of inheritance the same thing?...


javainheritancesubtyping

Read More
How can I predict which implementation will be chosen when mixing in multiple traits with conflictin...


scalamixinstraitssubtyping

Read More
BackNext