Skip to content

Commit

Permalink
allow redefinition of =
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamSPoon committed Dec 31, 2024
1 parent 6de0214 commit fcac4ea
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 @@ -120,7 +120,7 @@
% is_self_eval_l_fa('=',2).
% eval_20(Eq,RetType,Depth,Self,['quote',Eval],RetVal):- !, Eval = RetVal, check_returnval(Eq,RetType,RetVal).
is_self_eval_l_fa('quote',_).
is_self_eval_l_fa('=',_):- nb_current(evaling_args,t).
%is_self_eval_l_fa('=',_):- nb_current(evaling_args,t).
is_self_eval_l_fa(':',_):- nb_current(evaling_args,t).
is_self_eval_l_fa('Error',_).
is_self_eval_l_fa('{...}',_).
Expand Down

0 comments on commit fcac4ea

Please sign in to comment.