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 5252 intros [etaenv etat]. split;
5353 unfold erase_program, erase_pcuic_program; cbn.
5454 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.
5757Qed .
5858
5959Lemma expanded_eprogram_env_expanded_eprogram_cstrs p :
@@ -83,7 +83,7 @@ Next Obligation.
8383 - unfold erase_program, erase_pcuic_program in e. simpl. cbn in e. injection e. intros <- <-.
8484 split.
8585 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)).
8787 - rewrite -e. cbn.
8888 now eapply expanded_erase_program.
8989Qed .
You can’t perform that action at this time.
0 commit comments