Next | Atypical Types | 60 |
The Haskell type system has a lot of unspectacular successes.
Programming in Haskell is pleasant
No type declarations—everything is automatic
You get quite a few type errors (darn!)
But every error indicates a real, serious problem
Not like lint or C or Pascal.
Next | Copyright © 1999,2008 Mark Dominus |