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 @@ -711,12 +711,11 @@ lift-to-the-subject (w-params.nil ID T Rest) (w-params.nil ID T Rest1) :-
711711lift-to-the-subject.aux [] _ [].
712712lift-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.
721720lift-to-the-subject.aux [factory-on-structure-op Expr _ _|_] _ _ :-
722721 coq.error "NYI: automatic wrapping for" {coq.term->string Expr}.
You can’t perform that action at this time.
0 commit comments