Document deviation of Data.List.splitAt from Report semantics
Data.List.splitAt is strict in its first argument. The Report specifies that splitAt n xs = (take n xs, drop n xs). This should be noted in the user's guide.
Trac metadata
| Trac field | Value |
|---|---|
| Version | 7.9 |
| Type | Task |
| TypeOfFailure | OtherFailure |
| Priority | normal |
| Resolution | Unresolved |
| Component | Documentation |
| Test case | |
| Differential revisions | |
| BlockedBy | |
| Related | |
| Blocking | |
| CC | |
| Operating system | |
| Architecture |