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 30508c0 commit 5dc187fCopy full SHA for 5dc187f
apps/tc/elpi/ho_compile.elpi
@@ -119,6 +119,7 @@ namespace tc {
119
pred clean-term i:term, o:term.
120
clean-term A B :-
121
(pi t s r \ copy (tc.maybe-eta-tm t s) r :- !, copy t r, !) =>
122
+ (pi t s r \ copy (tc.canonical-projection t s _) r :- !, copy t r, !) =>
123
(pi t s r \ copy (tc.prod-range t s) r :- !, copy t r, !) =>
124
(pi t s r \ copy (tc.maybe-llam-tm t s) r :- !, copy t r, !) =>
125
std.assert! (copy A B) "[TC] clean-term error".
0 commit comments