Hacker News new | ask | show | jobs
by donri 4883 days ago
Almost every exception a Python program ever throws is or can be made a type error (or otherwise statically caught) in Haskell and similar languages. A type error is not the same thing as a TypeError.