| ... | ... | @@ -69,7 +69,7 @@ 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
|
|
|
|
in the `Prelude` and which aren't. It seem rather ad-hoc for some
|
|
|
|
in the `Prelude` and which aren't. It would seem rather ad-hoc for some
|
|
|
|
list functions, such as `map`, to be implicitly imported via `Prelude`,
|
|
|
|
when other, less common functions, such as `scanl1`, require an
|
|
|
|
implicit `Data.List` import. It would be more consistent to always
|
| ... | ... | |