6 ms·
Haskell's Data.Typeable kind of does this. (http://haskell.org/ghc/docs/latest/html/libraries/base/Data-Typeable.html http://haskell.org/ghc/docs/latest/html/li
by plesn 16y ago
Haskell's Data.Typeable kind of does this. (http://haskell.org/ghc/docs/latest/html/libraries/base/Data-Typeable.html http://haskell.org/ghc/docs/latest/html/libraries/base/Data-...). It does not feel like python though…