unique now alias to uniq
This commit is contained in:
parent
f42dcdd49a
commit
f32c3a726a
1 changed files with 2 additions and 1 deletions
|
|
@ -85,7 +85,8 @@ in rec {
|
|||
then default
|
||||
else elemAt list index;
|
||||
|
||||
unique = list:
|
||||
unique = uniq;
|
||||
uniq = list:
|
||||
list
|
||||
|> foldl' (
|
||||
acc: el:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue