| ... | ... | @@ -52,8 +52,8 @@ definition. |
|
|
|
While `Prelude` could be modified to make it a better fit for modern
|
|
|
|
Haskell, the implicit import of `Prelude` by every Haskell module means
|
|
|
|
that making these changes will have a very wide impact. Furthermore,
|
|
|
|
as the language continues to evolve, so will future changes that we
|
|
|
|
want to make.
|
|
|
|
as the language continues to evolve, future changes that we want to make
|
|
|
|
will also have the potential to break lots of code in the wild.
|
|
|
|
|
|
|
|
|
|
|
|
Also, there will always be some cut-off for which functions are included
|
| ... | ... | |