Skip to content

Commit

Permalink
Oops Extreme Tracing Flag Was Inverted
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamSPoon committed Dec 17, 2024
1 parent fa1fd2b commit 1575f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prolog/metta_lang/metta_interp.pl
Original file line number Diff line number Diff line change
Expand Up @@ -2048,7 +2048,7 @@
%:- ensure_loaded('../../examples/factorial').
%:- ensure_loaded('../../examples/fibonacci').

extreme_tracing:- fast_option_value(rrtrace, false),!.
extreme_tracing:- \+ fast_option_value(rrtrace, false),!.

%print_preds_to_functs:-preds_to_functs_src(factorial_tail_basic)
ggtrace(G):- extreme_tracing,!, rtrace(G).
Expand Down

0 comments on commit 1575f90

Please sign in to comment.