Skip to content

Commit c07de20

Browse files
committed
[TC] put cnonical projection in tc namespace
1 parent 78c7545 commit c07de20

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
@@ -212,10 +212,10 @@ namespace tc {
212212
term -> % The current precompiled subterm: shape is app[app[X,PF],NPF]
213213
list term -> % The eta-expanded version of X, from X^{len(PF)} to X^{len(PF)+len(NPF)}
214214
term.
215-
}
216215

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

0 commit comments

Comments
 (0)