Top "Curry-howard" questions

The Curry–Howard correspondence is the direct relationship between computer programs and proofs in programming language theory and proof theory.

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
Curry-Howard isomorphism

I've searched around the Internet, and I can't find any explanations of CHI which don't rapidly degenerate into a lecture …

haskell types logic curry-howard