prefix inlined goals with module names in expand_subgoal/5 (#1551)

This commit is contained in:
Mark Thom
2022-10-26 23:36:07 -06:00
parent ad3ae7991b
commit 91d4e91f53
3 changed files with 174 additions and 97 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
:- use_module(library(atts)).
:- use_module(library(dcgs)).
:- meta_predicate freeze(?, :).
:- meta_predicate freeze(-, 0).
:- attribute frozen/1.