Skip to content

Commit

Permalink
actually compile
Browse files Browse the repository at this point in the history
  • Loading branch information
HuStmpHrrr committed Dec 27, 2024
1 parent 109da68 commit 6050e5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion theories/Core/Soundness/EqualityCases.v
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ Proof.
simpl in *.

repeat invert_glu_rel1.
clear_dups.
handle_functional_glu_univ_elem.
saturate_glu_typ_from_el.
unify_glu_univ_lvl i.

Expand Down
2 changes: 1 addition & 1 deletion theories/Core/Soundness/LogicalRelation/Lemmas.v
Original file line number Diff line number Diff line change
Expand Up @@ -1026,7 +1026,7 @@ Ltac basic_invert_glu_ctx_env H :=
destruct H as [? [? []]])
+ dependent destruction H.

Ltac invert_glu_ctx_env H := basic_glu_ctx_env H.
Ltac invert_glu_ctx_env H := basic_invert_glu_ctx_env H.

Lemma glu_ctx_env_subtyp_sub_if : forall Γ Γ' Sb Sb' Δ σ ρ,
{{ ⊢ Γ ⊆ Γ' }} ->
Expand Down

0 comments on commit 6050e5f

Please sign in to comment.