Search code examples
How do I annotate protocols and their methods in Clojure's core.typed?...

clojuretype-systemslighttableclojure-core.typed

Read More
Understanding the Haskell type system in the context of applicatives...

haskelltype-systemsapplicative

Read More
.NET Generics Type Constraint Inequality...

.nettype-systemsgeneric-constraints

Read More
What would the type of a list of cascading functions be?...

haskelltypestype-systemsdependent-type

Read More
How does Scala's type system compare to Java's?...

javascalatype-systems

Read More
Invalid use of function in Haskell with no type error...

haskelllazy-evaluationtype-inferencetype-systems

Read More
Why `trait T; class C; class X extends (C with T)` can't be compiled?...

scalatype-systems

Read More
How did Haskell add Turing-completeness to System F?...

haskelltype-systemslambda-calculusturing-completesystem-f

Read More
Why do type parameters disappear in TypeScript?...

genericsfunctional-programmingtypescripttype-systems

Read More
Why does Array[T forSome { type T; }] mean Array[Any]...

scalatype-systemsexistential-type

Read More
Checking structural type in scala by isInstanceOf...

scalatype-systemsstructural-typing

Read More
Matlab: Why is '1' + 1 == 50?...

dynamic-typingtype-systemsmatlab

Read More
Which types systems are powerful enough to express this?...

genericstypesinterfacetype-systems

Read More
GetGenericTypeDefinition returns different types...

c#inheritancetypestype-systems

Read More
JavaFX: why can't be compile no matter what kind of `changeListener` I passed to `textArea.getKe...

javacompilationjavafxtype-systems

Read More
Why `trait X { def append[-](): Unit }` compiles?...

scalatype-systems

Read More
Why the type position of a method is marked as negative?...

scalacontravariancetype-systems

Read More
Why T in "K <: T" can't be covariance?...

scalatype-systemstype-bounds

Read More
Duck typing, must it be dynamic?...

language-designduck-typingtype-systemsdefinitionsstructural-typing

Read More
Haskell error No instance for (RealFrac a0) arising from a use of...

haskelltype-systems

Read More
What is the top type in the Hack language?...

syntaxtype-systemshacklang

Read More
Is OCaml's type system static?...

compiler-constructionstaticocamlinterpretertype-systems

Read More
Why Equals[A <: B >: B, B] doesn't compile...

scalatype-systems

Read More
Scala Puzzle: enforcing that two function arguments are of the same type AND both are a subtype of a...

scalatypescompilationtype-inferencetype-systems

Read More
Scala - extract Either type parameters...

scalagenericstypestype-systems

Read More
Encoding versus using an existential type when encoded as a universal...

language-agnosticocamltype-systemsexistential-typequantifiers

Read More
What would need to change if structural typing was added to c#?...

c#language-designtype-systemsstructural-typing

Read More
HowTo get the class of _ :Any...

classscalatypesscala-2.8type-systems

Read More
How to restrict in Scala the actually valid types of the constructor parameter by a trait in a paren...

scalaparent-childtype-systems

Read More
Compile-time array bounds...

.netarraystype-systems

Read More
BackNext