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

3 lines
66 B
Perl
Raw Normal View History

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