Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in type-systems

How can I create a function which accepts a function with specific parameters as an argument?

function dart type-systems

Scala - a type-parametrized trait method returning a type-parametrized object - how to implement?

Free theorems in C++: are templates inherently ignorant and neutral with their objects of unknown types?

Is OCaml's type system static?

How to force a compile error in C++(17) if a function return value isn't checked? Ideally through the type system

Scala compiler fails to infer type parameters

Type restriction in type declaration

Typescript equivalent to C#'s NotNullWhen

Can't create recursive type `using T = vector<T::iterator>`

Why is KFunction2 not a denotable type in Kotlin?

Why can't constructors have required type arguments?

Is there a Hoogle equivalent for DAML?

types type-systems daml

Is Milner let polymorphism a rank 2 feature?

Duck typing, must it be dynamic?

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

scala type-systems

How to understand "The variance position of a method parameter is the opposite of the variance position of the enclosing parameter clause."

scala type-systems

Understanding the Haskell type system in the context of applicatives