File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -715,12 +715,11 @@ lift-to-the-subject (w-params.nil ID T Rest) (w-params.nil ID T Rest1) :-
715715lift-to-the-subject.aux [] _ [].
716716lift-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.
725724lift-to-the-subject.aux [factory-on-structure-op Expr _ _|_] _ _ :-
726725 coq.error "NYI: automatic wrapping for" {coq.term->string Expr}.
You can’t perform that action at this time.
0 commit comments