Skip to content

Commit

Permalink
Merge branch 'trueagi-io:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamSPoon authored Aug 15, 2024
2 parents 794966e + 03e8c39 commit 337aa9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/canary/metta_interp.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1678,7 +1678,7 @@
maybe_halt(Seven):- option_value('halt',true),!,halt(Seven).
maybe_halt(_):- once(pre_halt2), fail.
maybe_halt(Seven):- fbugio(maybe_halt(Seven)), fail.
maybe_halt(_):- !.
%maybe_halt(_):- !.
maybe_halt(H):- halt(H).


Expand Down

0 comments on commit 337aa9d

Please sign in to comment.