Files
eth-summaries/semester4/fmfp/parts/02_typing/00_intro.tex

4 lines
236 B
TeX

A great type system is essential for all programming languages, but especially so for functional programming languages.
The issue however is that the problem of deciding which expressions are good and which ones aren't is undecidable.