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 78c7545 commit c07de20Copy full SHA for c07de20
apps/tc/elpi/tc_aux.elpi
@@ -212,10 +212,10 @@ namespace tc {
212
term -> % The current precompiled subterm: shape is app[app[X,PF],NPF]
213
list term -> % The eta-expanded version of X, from X^{len(PF)} to X^{len(PF)+len(NPF)}
214
term.
215
-}
216
217
-type tc.canonical-projection
218
- term -> % The current precompiled subterm
219
- list term -> % The list of FV in the precomp subterm
220
- int ->
221
- term.
+ type canonical-projection
+ term -> % The current precompiled subterm
+ list term -> % The list of FV in the precomp subterm
+ int ->
+ term.
+}
0 commit comments