|
|
|
|
|
by pcote
3891 days ago
|
|
Not entirely true from what little I know about Haskell. Haskell might put MORE of the burden on the compiler but it doesn't put ALL of it there. The following generates a runtime exception. (not a compile time type error) head [] |
|