Skip to content
Snippets Groups Projects
Commit 8e286cd0 authored by Eric Würbel's avatar Eric Würbel
Browse files

error in Wincl enumeration

parent b3a1b588
No related branches found
No related tags found
No related merge requests found
......@@ -170,9 +170,9 @@ print_beliefs([(Li, Bi, Bel)|Bels], Assoc) :-
% print sets of formulas.
print_wincl([], _).
print_wincl([Bi|Bels], Assoc) :-
print_wincl([N/Bi|Bels], Assoc) :-
expand_formulae(Bi, Assoc, FBi),
format('~w~n', [FBi]),
format('B~w=~w~n', [N, FBi]),
print_wincl(Bels, Assoc).
%! expand_formulae(?SetOfSelectors, ?Assoc, ?SetOfForms)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment