Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in type-systems

RankNTypes for instance declarations?

How to use UndecidableInstances locally?

Why are Java wildcards more powerful than use-site variance?

Dependent types [closed]

types type-systems idris

For "Box[+T]", can I say "The type Box is covariant", is it correct?

Structural typing is not duck typing

Why doesn't TypeScript type guard 'in' narrows types to keyof types?

typescript type-systems

Rigid type variable -- why no error appears?

Scala Option type upper bound don't understand

scala optional type-systems

Is it common to have example values for compile-time checking and where should they go in the code?

Matlab: Why is '1' + 1 == 50?

Categorizing GHC extensions

Type constraint for type inequality in scala [duplicate]

scala type-systems

Why names form a kind and not just a type?

From Static Typing to Dynamic Typing

Are there any languages that are dynamically typed but do not allow weak typing?

type-systems

What is the difference between Latent type and Manifest type?

scheme type-systems

Can I print in Haskell the type of a polymorphic function as it would become if I passed to it an entity of a concrete type?

Contrasting C# generics with Haskell parameterized types

Inferred type appears to detect an infinite loop, but what's really happening?