Skip to content

Commit

Permalink
REALLY REALLY Removed Warning: '/home/deb12user/metta-wam/prolog/mett…
Browse files Browse the repository at this point in the history
…a_lang/metta_eval.pl':1173:64: Illegal UTF-8 start
  • Loading branch information
TeamSPoon committed Dec 11, 2024
1 parent 1f52450 commit 253e3f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prolog/metta_lang/metta_eval.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1166,7 +1166,7 @@
metta_container_sub_part(Container,Item):- is_space(Container),!,metta_atom(Container,Item).
metta_container_sub_part(Container,Item):- is_list(Container),!,member(Item,Container).

% GUESS `¯\\_ :( _/¯` what version of unify they are trying to use? ¯(°_o)/¯
% GUESS `¯\\_ :( _/¯` what version of unify they are trying to use? ¯(°_o)/¯

% 1) If Arg1 is a space, then we redirect to a `match` operation.
eval_20(Eq,RetType,Depth,Self,['unify',Arg1,Arg2|Args],Res):- is_space(Arg1), !,
Expand Down

0 comments on commit 253e3f9

Please sign in to comment.