Skip to content

Commit

Permalink
Changed determinism annotations for lookup_spft_match and lookup_spft…
Browse files Browse the repository at this point in the history
…_match_deeper.
  • Loading branch information
TeamSPoon committed Sep 25, 2024
1 parent bd0566b commit db154b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/canary/metta_pfc_support.pl
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@
% Optionally log or provide visual feedback by calling 'color_line/2'.
nop(color_line(cyan, 1)).

%! lookup_spft_match(+A, +B, -C) is semidet.
%! lookup_spft_match(+A, +B, -C) is nondet.
%
% Matches a specific pattern by ensuring that 'A' is unchanged after a lookup operation.
%
Expand All @@ -449,7 +449,7 @@
% Ensure that 'A' is still structurally identical to 'AA'.
A =@= AA.

%! lookup_spft_match_deeper(+H, +Fact, -Trigger) is semidet.
%! lookup_spft_match_deeper(+H, +Fact, -Trigger) is nondet.
%
% Performs a deeper lookup operation by ensuring the head term 'H' is unchanged after the lookup.
%
Expand Down Expand Up @@ -1627,7 +1627,7 @@
%
mpred_current_op_support((p,p)):- !.

%%! pfcVersion( +VALUE1) is semidet.
%! pfcVersion( +VALUE1) is semidet.
%
% Prolog Forward Chaining Version.
%
Expand Down

0 comments on commit db154b6

Please sign in to comment.