Any — это то же самое, что Forall a.a? [закрыто]Python

Программы на Python
Гость
Any — это то же самое, что Forall a.a? [закрыто]

Сообщение Гость »


Python has the Any type which is 'is-consistent' with any type. Isn't it possible to express Any using the type represented in Haskell as forall a.a instead of adding a new type?


Источник: https://stackoverflow.com/questions/781 ... forall-a-a

Вернуться в «Python»