Skip to content

Commit ed5026a

Browse files
committed
[TC] add comment
1 parent cb5046b commit ed5026a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apps/tc/elpi/compile_goal.elpi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,9 @@ namespace tc {
111111
compile-full Goal Goal' Links :- compile-full-aux Goal [] Goal' Links.
112112
}
113113

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

0 commit comments

Comments
 (0)