Top "Type-theory" questions

In mathematics, logic, and computer science, a type theory is any of a class of formal systems, some of which can serve as alternatives to set theory as a foundation for all mathematics.

Differences between Agda and Idris

I'm starting to dive into dependently-typed programming and have found that the Agda and Idris languages are the closest to …

agda type-theory idris
What's the absurd function in Data.Void useful for?

The absurd function in Data.Void has the following signature, where Void is the logically uninhabited type exported by that …

haskell type-theory curry-howard
What is the relationship between recursion and proof by induction?

What is the relationship between recursion and proof by induction? Let's say fn(n), recursion is fn(n) calls itself …

recursion type-theory induction