Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in type-theory

Compiled Language with Dynamic Typing

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

Law of excluded middle in Agda

logic agda type-theory

Curry Howard correspondence and equality

What is the difference between IO a and IO (a) in Haskell?

haskell ghc type-theory

Can any additional axiom make Coq Turing complete?

How to write "twice" so it can accept "swap" without restricting their type

haskell type-theory

Why is "dict[int, int]" incompatible with "dict[int, int | str]"?

Function definition by induction principles in Agda

agda type-theory

How to infer coercions?

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

Could it be argued that Ada subtypes are equivalent to dependent types?

Is there an effective way to generate a function given a generic (esp. with monads) type signature in Haskell?

f#: encoding even and odd in (inductive) types?

types f# type-theory

RankNTypes and Church numerals

Is it possible to define a recursive type in Common Lisp?

Is coproduct the same as sum types?

haskell type-theory