|
|
|
|
|
by skimpycompiler
3943 days ago
|
|
Well, I was definitely not mentioning Pascal and C. Haskell's type system is much easier to work with. The thing is that any operation you are using on those arguments (of which the type is none of the procedure's business) can be described by an interface which the argument implements. You're much safer knowing in compile time that the operations you'll use will be valid, instead of hoping something doesn't crash in runtime. |
|