We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05c9567 commit ede3b19Copy full SHA for ede3b19
apps/tc/elpi/compile_goal.elpi
@@ -111,6 +111,9 @@ namespace tc {
111
compile-full Goal Goal' Links :- compile-full-aux Goal [] Goal' Links.
112
}
113
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
117
pred goal i:term, o:term, o:list prop.
118
:name "compile-goal"
119
goal Goal Goal' Links :-
0 commit comments