call attribute variable goals with module resolution

This commit is contained in:
Mark Thom
2021-02-01 14:48:13 -07:00
parent 75908ab88f
commit 08b18af8a0
3 changed files with 13 additions and 24 deletions

View File

@@ -56,6 +56,7 @@ load_loop(Stream, Evacuable) :-
; var(Term) ->
instantiation_error(load/1)
; expand_terms_and_goals(Term, Terms),
nl, write('Terms:'), write(Terms), nl, nl,
!,
( var(Terms) ->
instantiation_error(load/1)