In Common Lisp (ClozureCL), what expression yields a value of type `(SIMPLE-ARRAY ARRAY (5 3 *))`?...
Read MoreCan logical `and` be replaced by an if-statement and still have the same big-step semantics?...
Read MoreString initializer for optional primitive types: Int? Double? Float? etc...
Read MoreGroovy: How to get statically inferred return type from AST...
Read MoreExistential types for inline record constructors with constraints...
Read MoreIs Haskell really a purely functional language considering unsafePerformIO?...
Read MoreWhy are result types of control flow instructions arbitrary? (Especially `return`)...
Read MoreCompilation issue in Scala with F-bounded types and existential types...
Read MoreWhat does the `#` operator mean in Scala?...
Read MoreMultiple lower type bounds in Scala...
Read MoreFiguring out types of function composition by hand or mentally...
Read MoreWhat are some compelling use cases for dependent method types?...
Read MoreWhy Is Dynamic Typing So Often Associated with Interpreted Languages?...
Read MoreSolve the memory management problems by proving program correctness like with coq?...
Read MoreWhat are the differences and similarities of Scala and Haskell type systems?...
Read MoreScala Seq - accept only elements of the same subtype...
Read MoreHow does the c# language prevent generics from being covarient unless they contain no methods that r...
Read MoreReturn specific type within Haskell...
Read MoreErlang's typer deduced weird types for strings...
Read MoreIs it possible to detect comparison of incompatible types with the Java type system?...
Read MoreWhy is a function type required to be "wrapped" for the type checker to be satisfied?...
Read MoreCan't narrow simple TypeScript union type with undefined property...
Read MoreMiniZinc type error for trying to print the result...
Read MoreApplying properties of a base type to a subtype in JavaScript...
Read MoreHow to understand the two sentences about "Covariance" and "Contravariance"?...
Read Morein haskell, why do I need to specify type constraints, why can't the compiler figure them out?...
Read MoreWhy is there "data" and "newtype" in Haskell?...
Read MoreWhy does Rust enforce objects can only be mutably borrowed once?...
Read MoreJava generics, how can I define a type that needs to be a generics with one param?...
Read More