update
This commit is contained in:
parent
1f1ad49427
commit
6f050a029e
2496 changed files with 37609 additions and 3031 deletions
|
|
@ -1,2 +1,4 @@
|
|||
List = [1, 2, 3, 2, 2, 4, 5, 5, 4, 6, 6, 5].
|
||||
UniqueList = gb_sets:to_list(gb_sets:from_list(List)).
|
||||
% Alternatively the builtin:
|
||||
Unique_list = lists:usort( List ).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue