Files
scryer-prolog/src/prolog/lib
Markus Triska 16e257ea32 ADDED: list_to_set/2, using the first occurrence of each element
Example:

    ?- list_to_set([B,a,b,a,B,A,b,A], Ls).
       Ls = [B,a,b,A]
    ;  false.
2020-04-18 14:16:40 -06:00
..
2020-02-20 10:07:45 -07:00
2020-04-14 10:25:05 -06:00
2020-02-22 00:58:37 -07:00
2019-10-16 19:18:38 +02:00
2019-12-03 22:59:51 -07:00
2020-04-14 00:10:33 +02:00
2019-09-25 23:17:50 +02:00