Skip to content

Commit

Permalink
eval_all_args must be false by defaultgit diff !
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamSPoon committed Dec 27, 2024
1 parent 022df03 commit 90288f5
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 @@ -2361,7 +2361,7 @@
if_or_else(eval_maybe_host_predicate(Eq,RetType,Depth,Self,PredDecl,Res),
if_or_else(eval_maybe_host_function(Eq,RetType,Depth,Self,PredDecl,Res), fail))).

eval_all_args:- true_flag.
eval_all_args:- fail, true_flag.
fail_missed_defn:- true_flag.
fail_on_constructor:- true_flag.

Expand Down

0 comments on commit 90288f5

Please sign in to comment.