Skip to content

Commit

Permalink
[TC] add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
FissoreD committed Sep 30, 2024
1 parent 05c9567 commit ede3b19
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/tc/elpi/compile_goal.elpi
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ namespace tc {
compile-full Goal Goal' Links :- compile-full-aux Goal [] Goal' Links.
}

% [goal T T' L] takes a term T and returns a new term T' where problematic
% subterms (see this: https://dl.acm.org/doi/10.1145/3678232.3678233)
% are replaced with fresh variables. The list of links is L
pred goal i:term, o:term, o:list prop.
:name "compile-goal"
goal Goal Goal' Links :-
Expand Down

0 comments on commit ede3b19

Please sign in to comment.