diff --git a/prolog/metta_lang/metta_interp.pl b/prolog/metta_lang/metta_interp.pl index da5dc5ef7e..abf5e32d39 100755 --- a/prolog/metta_lang/metta_interp.pl +++ b/prolog/metta_lang/metta_interp.pl @@ -428,6 +428,7 @@ % % @see once_writeq_nl/1 % + % TODO: Uncomment the following line if the `pfcAdd` predicate is stable and % does not interfere with the curried chainer logic. % pfcAdd_Now(P):- pfcAdd(P),!. @@ -474,14 +475,7 @@ % Check the flag without enabling tracing. notrace(is_flag0(What)). -% -% Always succeeds, representing a logical flag that evaluates to true. -% true_flag. - -% -% Always fails, representing a logical flag that evaluates to false. -% false_flag :- fail. %! is_tRuE(+TF) is det.