|
|
|
|
|
by garethrowlands
1340 days ago
|
|
Though Haskell has the option to defer type errors to runtime, making them just warnings at compile time. It means you can run your unit tests without having to change everything everywhere all at once. The flag is -fdefer-type-errors |
|