Skip to content

Commit 9636831

Browse files
committed
cleanup
1 parent 6daaf2b commit 9636831

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

HB/structure.elpi

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -711,12 +711,11 @@ lift-to-the-subject (w-params.nil ID T Rest) (w-params.nil ID T Rest1) :-
711711
lift-to-the-subject.aux [] _ [].
712712
lift-to-the-subject.aux [factory-on-the-type F|Rest] T [F|Rest1] :-
713713
lift-to-the-subject.aux Rest T Rest1.
714-
lift-to-the-subject.aux [factory-on-structure-op Expr F OP|Rest] T [WF|Rest1] :-
714+
lift-to-the-subject.aux [factory-on-structure-op _ F OP|Rest] T [WF|Rest1] :-
715715
wrapper-mixin Wrapper OP F, !,
716716
factory-nparams Wrapper NParams,
717717
coq.mk-app {coq.env.global Wrapper} {std.append {coq.mk-n-holes NParams} [T]} W,
718718
factory? W WF,
719-
coq.say Expr "->" WF,
720719
lift-to-the-subject.aux Rest T Rest1.
721720
lift-to-the-subject.aux [factory-on-structure-op Expr _ _|_] _ _ :-
722721
coq.error "NYI: automatic wrapping for" {coq.term->string Expr}.

0 commit comments

Comments
 (0)