Skip to content

Commit 97daa1b

Browse files
committed
metta_lang_interp_76_0 on Nils AI-DSL!
1 parent 3e918ca commit 97daa1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prolog/metta_lang/metta_eval.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2980,7 +2980,7 @@
29802980
list_to_set(List,RetVal).
29812981

29822982
eval_20(Eq,RetType,Depth,Self,['unique',Eval],RetVal):- !,
2983-
term_variables(Eval+RetVal,Vars),
2983+
term_variables(RetVal,Vars),
29842984
no_repeat_variant_var(YY),
29852985
eval_args(Eq,RetType,Depth,Self,Eval,RetVal),YY=Vars.
29862986

0 commit comments

Comments
 (0)