]> Repositorios git - scryer-prolog.git/commitdiff
wrap support code in modules
authorMark Thom <[email protected]>
Sun, 3 May 2020 03:26:36 +0000 (21:26 -0600)
committerMark Thom <[email protected]>
Sun, 3 May 2020 03:26:36 +0000 (21:26 -0600)
src/prolog/machine/attributed_variables.pl
src/prolog/machine/project_attributes.pl

index af8d8af8a6e76050d12d1c346c4ef2430765943b..8756eb3ce6a9fa1be440c233b92a2f30e8ff1cff 100644 (file)
@@ -1,3 +1,5 @@
+:- module('$atts', []).
+
 driver(Vars, Values) :-
     iterate(Vars, Values, ListOfListsOfGoalLists),
     !,
index ac851b2b9dc4a37a69ead0404f941d0175e58632..da5d8762139f09ab9dbec581ccecce8669b74bb7 100644 (file)
@@ -1,3 +1,5 @@
+:- module('$project_atts', [copy_term/3]).
+
 '$attribute_goals_driver'(QueryVars, AttrVars) :-
     gather_modules(AttrVars, Modules0, _),
     sort(Modules0, Modules),