Skip to content
Snippets Groups Projects
Commit 76867886 authored by Ralf Jung's avatar Ralf Jung
Browse files

fix typos

parent 0c24904f
Branches
No related tags found
No related merge requests found
Pipeline #41676 failed
...@@ -22,7 +22,7 @@ Section rwlock_functions. ...@@ -22,7 +22,7 @@ Section rwlock_functions.
typed_val (rwlock_new ty) (fn(; ty) rwlock ty). typed_val (rwlock_new ty) (fn(; ty) rwlock ty).
Proof. Proof.
intros E L. iApply type_fn; [solve_typing..|]. iIntros "/= !#". intros E L. iApply type_fn; [solve_typing..|]. iIntros "/= !#".
iIntros (_ ret ϝ arg). inv_vec arg=>x. simpl_subst. iIntros (_ ϝ ret arg). inv_vec arg=>x. simpl_subst.
iApply (type_new (S ty.(ty_size))); [solve_typing..|]. iApply (type_new (S ty.(ty_size))); [solve_typing..|].
iIntros (r tid) "#LFT HE Hna HL Hk HT". simpl_subst. iIntros (r tid) "#LFT HE Hna HL Hk HT". simpl_subst.
rewrite tctx_interp_cons tctx_interp_singleton !tctx_hasty_val. rewrite tctx_interp_cons tctx_interp_singleton !tctx_hasty_val.
...@@ -57,7 +57,7 @@ Section rwlock_functions. ...@@ -57,7 +57,7 @@ Section rwlock_functions.
typed_val (rwlock_into_inner ty) (fn(; rwlock ty) ty). typed_val (rwlock_into_inner ty) (fn(; rwlock ty) ty).
Proof. Proof.
intros E L. iApply type_fn; [solve_typing..|]. iIntros "/= !#". intros E L. iApply type_fn; [solve_typing..|]. iIntros "/= !#".
iIntros (_ ret ϝ arg). inv_vec arg=>x. simpl_subst. iIntros (_ ϝ ret arg). inv_vec arg=>x. simpl_subst.
iApply (type_new ty.(ty_size)); [solve_typing..|]. iApply (type_new ty.(ty_size)); [solve_typing..|].
iIntros (r tid) "#LFT HE Hna HL Hk HT". simpl_subst. iIntros (r tid) "#LFT HE Hna HL Hk HT". simpl_subst.
rewrite tctx_interp_cons tctx_interp_singleton !tctx_hasty_val. rewrite tctx_interp_cons tctx_interp_singleton !tctx_hasty_val.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment