Skip to content

Commit b2e002b

Browse files
committed
[TC] put cnonical projection in tc namespace
1 parent a359114 commit b2e002b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

apps/tc/elpi/tc_aux.elpi

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -213,10 +213,10 @@ namespace tc {
213213
term -> % The current precompiled subterm: shape is app[app[X,PF],NPF]
214214
list term -> % The eta-expanded version of X, from X^{len(PF)} to X^{len(PF)+len(NPF)}
215215
term.
216-
}
217216

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.
217+
type canonical-projection
218+
term -> % The current precompiled subterm
219+
list term -> % The list of FV in the precomp subterm
220+
int ->
221+
term.
222+
}

0 commit comments

Comments
 (0)