roc format List.roc

This commit is contained in:
Richard Feldman 2022-07-12 22:04:55 -04:00
parent 455dde1ba4
commit 5f430034f3
No known key found for this signature in database
GPG key ID: 7E4127D1E4241798

View file

@ -825,7 +825,6 @@ sublist = \list, config ->
else else
sublistLowlevel list config.start config.len sublistLowlevel list config.start config.len
sublistLowlevel : List elem, Nat, Nat -> List elem sublistLowlevel : List elem, Nat, Nat -> List elem
## Intersperses `sep` between the elements of `list` ## Intersperses `sep` between the elements of `list`