|
|
|
|
|
by consilient
1251 days ago
|
|
> All types can be expressed as a series of steps -- with a given input -- and an output of True or False following those steps. No, this is a fundamental misunderstanding of what types are. They're not, in general, subsets of some larger universe of values, and you can't have terms without types attached. (Of course there are "gradually typed" programming languages, but these are really languages with a top type a la `object`, subtyping, and generally a healthy dose of unsoundness). |
|
Correct.
Actually there are even much more (infinite many?) types than values.