|
|
|
|
|
by bhansconnect
935 days ago
|
|
Roc cares a lot about explicitness, so I don't think this would be a wanted feature. That said, it is easy to get this functionality with something like
```
append = List.append
``` An important note is that any module could expose an append function that has the same interfaces as `List.append`, so that could easily lead to confusion. |
|