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