|
|
|
|
|
by JadeNB
5094 days ago
|
|
> it's a matter of how much you put into the type system: It's also a matter of how much polymorphism you have. There are lots of functions `Integer -> Integer`; there is only one total function `a -> a`. (This is the parametricity theorem mentioned by sanxiyn in http://news.ycombinator.com/item?id=4215055 .) |
|