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 20473a9 commit 3a6073fCopy full SHA for 3a6073f
apps/tc/elpi/ho_compile.elpi
@@ -375,13 +375,13 @@ namespace tc {
375
376
decompile-problematic-term (fun N Ty Bo) L (fun N Ty' Bo') L3 :-
377
(pi x\ fold-map (Bo x) [] (Bo' x) (Lx x)),
378
- close-term-no-prune-ty Lx Ty L1,
+ close-term-no-prune-ty Lx {tc.compile.instance.clean-term Ty} L1,
379
fold-map Ty L Ty' L2,
380
std.append L2 L1 L3.
381
382
decompile-problematic-term (prod N Ty Bo) L (prod N Ty' Bo') L3 :-
383
384
385
386
387
0 commit comments