From: Eshel Yaron Date: Wed, 23 Nov 2022 08:40:12 +0000 (+0200) Subject: FIXED: instantiation error in color term normalization X-Git-Tag: V8.5.20-sweep-0.8.13~1 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c6e6a1562d6949d99b007543c1f33c9c7cd3cacb;p=sweep.git FIXED: instantiation error in color term normalization --- diff --git a/sweep.pl b/sweep.pl index 304b111..3314f57 100644 --- a/sweep.pl +++ b/sweep.pl @@ -490,7 +490,7 @@ sweep_color_normalized_(_, hook, [Kind0|_], ["hook"|Kind]) :- atom_string(Kind0, Kind). sweep_color_normalized_(_, module, [M0|_], ["module"|M]) :- !, - atom_string(M0, M). + term_string(M0, M). sweep_color_normalized_(_, qq_content, [Type0|_], ["qq_content"|Type]) :- !, atom_string(Type0, Type).