Skip to content

Commit c6a1d7b

Browse files
committed
cleanup
1 parent a23c284 commit c6a1d7b

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
@@ -715,12 +715,11 @@ lift-to-the-subject (w-params.nil ID T Rest) (w-params.nil ID T Rest1) :-
715715
lift-to-the-subject.aux [] _ [].
716716
lift-to-the-subject.aux [factory-on-the-type F|Rest] T [F|Rest1] :-
717717
lift-to-the-subject.aux Rest T Rest1.
718-
lift-to-the-subject.aux [factory-on-structure-op Expr F OP|Rest] T [WF|Rest1] :-
718+
lift-to-the-subject.aux [factory-on-structure-op _ F OP|Rest] T [WF|Rest1] :-
719719
wrapper-mixin Wrapper OP F, !,
720720
factory-nparams Wrapper NParams,
721721
coq.mk-app {coq.env.global Wrapper} {std.append {coq.mk-n-holes NParams} [T]} W,
722722
factory? W WF,
723-
coq.say Expr "->" WF,
724723
lift-to-the-subject.aux Rest T Rest1.
725724
lift-to-the-subject.aux [factory-on-structure-op Expr _ _|_] _ _ :-
726725
coq.error "NYI: automatic wrapping for" {coq.term->string Expr}.

0 commit comments

Comments
 (0)