File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 52
52
intros [etaenv etat]. split;
53
53
unfold erase_program, erase_pcuic_program; cbn.
54
54
eapply ErasureFunction.expanded_erase_global_fast, etaenv; reflexivity.
55
- refine (ErasureFunction.expanded_erase_fast (X_type:=optimized_abstract_env_impl) (X := (build_wf_env_from_env p.1.1
56
- (map_squash (PCUICTyping.wf_ext_wf p.1) (map_squash fst wtp)))) _ _ p.2 _ _ eq_refl etat) .
55
+ apply: (ErasureFunction.expanded_erase_fast (X_type:=optimized_abstract_env_impl)).
56
+ reflexivity. exact etat.
57
57
Qed .
58
58
59
59
Lemma expanded_eprogram_env_expanded_eprogram_cstrs p :
@@ -83,7 +83,7 @@ Next Obligation.
83
83
- unfold erase_program, erase_pcuic_program in e. simpl. cbn in e. injection e. intros <- <-.
84
84
split.
85
85
eapply ErasureFunction.erase_global_fast_wf_glob.
86
- refine (ErasureFunction.erase_wellformed_fast (X_type:=optimized_abstract_env_impl) _ _ _ ).
86
+ apply: (ErasureFunction.erase_wellformed_fast (X_type:=optimized_abstract_env_impl)).
87
87
- rewrite -e. cbn.
88
88
now eapply expanded_erase_program.
89
89
Qed .
You can’t perform that action at this time.
0 commit comments