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 476636c commit 4edff0aCopy full SHA for 4edff0a
HB/structure.elpi
@@ -206,7 +206,7 @@ clean-op-ty [exported-op _ Po C|Ops] S T1 T2 :-
206
std.length {list-w-params_list MLwP} NMixins,
207
208
(pi L L1 L2 Params Rest PoArgs\
209
- copy (app [global (const Po)| L]) (app [global (const C) | L2]) :-
+ copy (app [global (const Po)| L]) (app [global (const C) | L2]) :- !,
210
std.split-at NParams L Params [_|Rest],
211
std.drop NMixins Rest PoArgs,
212
std.append Params [S|PoArgs] L1,
0 commit comments