Hacker News new | ask | show | jobs
by Vulume 4032 days ago
In Haskell types are used a lot as documentation and to make static guarantees about the program logic, not just runtime safety. If you're only worrying about illegal operations you practically don't need signatures.