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

This commit is contained in:
Mark Thom
2022-08-06 16:15:25 -06:00
parent ad3ae7991b
commit 91d4e91f53
3 changed files with 174 additions and 97 deletions

View File

@@ -3,7 +3,7 @@
:- use_module(library(atts)).
:- use_module(library(dcgs)).
:- meta_predicate freeze(?, :).
:- meta_predicate freeze(-, 0).
:- attribute frozen/1.