expand attributed variable goals
This commit is contained in:
@@ -51,6 +51,7 @@ call_goals_0([Module-GoalList | GoalLists]) :-
|
||||
call_goals_0([]).
|
||||
|
||||
call_goals_1([Goal | Goals], Module) :-
|
||||
call(Module:Goal),
|
||||
expand_goal(Goal, Module, Goal1), % TODO: remove this when goal expansions are added to call/N.
|
||||
call(Module:Goal1),
|
||||
call_goals_1(Goals, Module).
|
||||
call_goals_1([], _).
|
||||
|
||||
Reference in New Issue
Block a user