Skip to content

Commit

Permalink
fix more
Browse files Browse the repository at this point in the history
  • Loading branch information
HuStmpHrrr committed May 15, 2024
1 parent bdb61d4 commit c7c6dca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions theories/Core/Semantic/PER/Lemmas.v
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ Proof.
Qed.


#[global]
#[export]
Instance per_elem_PER {i R A B} `(H : per_univ_elem i R A B) : PER R.
Proof.
split.
Expand All @@ -341,7 +341,7 @@ Proof.
Qed.


#[global]
#[export]
Instance per_univ_PER {i R} : PER (per_univ_elem i R).
Proof.
split.
Expand Down Expand Up @@ -537,7 +537,7 @@ Proof.
Qed.


#[global]
#[export]
Instance per_ctx_PER {R} : PER (per_ctx_env R).
Proof.
split.
Expand All @@ -546,7 +546,7 @@ Proof.
Qed.


#[global]
#[export]
Instance per_env_PER {R Γ Δ} (H : per_ctx_env R Γ Δ) : PER R.
Proof.
split.
Expand Down

0 comments on commit c7c6dca

Please sign in to comment.