Skip to content

Commit 4edff0a

Browse files
committed
fix det
1 parent 476636c commit 4edff0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HB/structure.elpi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ clean-op-ty [exported-op _ Po C|Ops] S T1 T2 :-
206206
std.length {list-w-params_list MLwP} NMixins,
207207

208208
(pi L L1 L2 Params Rest PoArgs\
209-
copy (app [global (const Po)| L]) (app [global (const C) | L2]) :-
209+
copy (app [global (const Po)| L]) (app [global (const C) | L2]) :- !,
210210
std.split-at NParams L Params [_|Rest],
211211
std.drop NMixins Rest PoArgs,
212212
std.append Params [S|PoArgs] L1,

0 commit comments

Comments
 (0)