2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-26 06:48:04 +02:00
LaTeX-examples/documents/Programmierparadigmen/scripts/prolog/standard-list-predicates.pl
2014-04-02 19:08:06 +02:00

3 lines
No EOL
66 B
Raku

sort(+List, -Sorted)
msort(+List, -Sorted)
memberchk(?Elem, +List)