Search code examples
Compatible types and ignoring top-level qualifiers in the C type system...

cgenericslanguage-lawyertype-systems

Read More
Free theorems in C++: are templates inherently ignorant and neutral with their objects of unknown ty...

c++templatesabstractiontype-systemstype-theory

Read More
The limit set of types with new data like `Tree a`...

haskelltype-systemsgadtdata-kindsphantom-types

Read More
Type restriction in type declaration...

haskelltype-systemsgadtdata-kindsphantom-types

Read More
Multiple cv-decompositions of a type...

c++pointerslanguage-lawyertype-systems

Read More
Which programming languages support functions that take themselves as arguments?...

ocamltype-inferencetype-systemshindley-milneranonymous-recursion

Read More
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
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
BackNext