mirror of
https://github.com/KevinMidboe/linguist.git
synced 2026-07-30 21:42:33 +00:00
Another sample file
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
%6.8
|
||||
subset(Set, Subset) :-
|
||||
append(L1, Subset, Set).
|
||||
powerset(Set, Subset) :-
|
||||
bagof(Subset, subset(Set, Subset), Subset).
|
||||
Reference in New Issue
Block a user