Search code examples
Why is type convertibility in C++ not transitive?...


c++type-conversiontype-traitstype-systems

Read More
Why doesn't Vec<T> implement the Display trait?...


typesrusttype-systems

Read More
Why does calling a method on a variable prevent Rust from inferring the type of the variable?...


rusttype-inferencetype-systemshindley-milner

Read More
refer to the return type of a function as a type in Typescript...


typescriptreturn-typetype-systems

Read More
What does 'do not conform to trait Builder's type parameter bounds' mean in scala?...


scalatypestype-systemsgeneric-type-argumentabstract-type

Read More
How to implement equals for generic pairs?...


javagenericsequalstype-systems

Read More
Does Scala guarantee coherence in the presence of implicits?...


scalaimplicittype-systems

Read More
Typescript: how to explain this interaction between extends and function type...


typescripttypestype-systems

Read More
types and type variable in Haskell...


haskelltypestype-systems

Read More
Can I define parametric data type where parameters are not equals between in Haskell?...


haskelltypestype-systemsrefinement-typeliquid-haskell

Read More
Why is (a, a) not a functor?...


haskelltypeclassfunctortype-systems

Read More
Creating a fold that allows the type to change after each repeated function call, in order to call a...


haskelltype-systemstype-level-computationclash

Read More
How do I declare the signature of a function that must return one of its arguments? (in any language...


scalagoflowtypetype-systems

Read More
Polymorphic return type by using TypeTag in Scala...


scalatypescompiler-errorstype-systems

Read More
Typescript: define types without a field...


typescripttype-systemsdomain-modelling

Read More
Required vs inferred generic types in TypeScript...


typescriptgenericstype-systems

Read More
Binding name in type signature using DataKind...


haskellsyntaxtype-systems

Read More
Runtime "type terms" in LiquidHaskell vs. Idris...


haskellidristype-systemsliquid-haskell

Read More
In C++, do ref-qualifiers express a form of subtyping?...


c++referencetype-systemsqualifierssubtyping

Read More
Can't match type Maybe vs not Maybe on Network.URI...


haskelltypeserror-handlingtype-systemsoption-type

Read More
Why are there flexible and rigid bounds in MLF?...


haskelllogicocamltype-systems

Read More
Is it possible to reference function parameters in Python's function annotation?...


pythonannotationstype-systemspep

Read More
How does Haskell type-check infinite recursive values?...


haskelltypesinfinitetypecheckingtype-systems

Read More
I want to write a function which is similar to `flip` in Haskell to get rid of lambda expressions. B...


haskelllambdapolymorphismtypeclasstype-systems

Read More
why typescript disallow call concat in string | string[] type?...


javascripttypescripttype-systemsduck-typing

Read More
In Common Lisp (ClozureCL), what expression yields a value of type `(SIMPLE-ARRAY ARRAY (5 3 *))`?...


arrayscommon-lisptype-systemsclozure-cl

Read More
Can logical `and` be replaced by an if-statement and still have the same big-step semantics?...


semanticstype-systems

Read More
String initializer for optional primitive types: Int? Double? Float? etc...


iosswiftstringinitializationtype-systems

Read More
Groovy: How to get statically inferred return type from AST...


javagroovytype-systemsstatic-compilation

Read More
Existential types for inline record constructors with constraints...


polymorphismocamltype-systemsgadtexistential-type

Read More
BackNext