Skip to content

Commit 97adc56

Browse files
committed
clear ; mettalog --process=show_precompiled_types tests/QC-precommit/GreedyChessPlaysSelfAFewMoves.metta --repl
1 parent a3a6a06 commit 97adc56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

prolog/metta_lang/metta_compiler.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3742,9 +3742,9 @@
37423742
%extract_constraints(Out,VS),
37433743
renumvars(Out+VS,COut+CVS),
37443744
%CVS = VS, COut = Out,
3745-
in_color((
3745+
in_cmt(in_color((
37463746
pp_se(COut),
3747-
maplist(ppt_cns,CVS))))).
3747+
maplist(ppt_cns,CVS)))))).
37483748

37493749
ppt_cns(put_attr(Var,cns,_=List)):- ppt(Var=List),!.
37503750
ppt_cns(_).

0 commit comments

Comments
 (0)