Skip to content
Snippets Groups Projects
Commit 87413b96 authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

Remove obsolete TODO.

parent 7532af1b
No related branches found
No related tags found
No related merge requests found
...@@ -341,7 +341,6 @@ Section subtyping. ...@@ -341,7 +341,6 @@ Section subtyping.
Lemma type_incl_trans ty1 ty2 ty3 : Lemma type_incl_trans ty1 ty2 ty3 :
type_incl ty1 ty2 -∗ type_incl ty2 ty3 -∗ type_incl ty1 ty3. type_incl ty1 ty2 -∗ type_incl ty2 ty3 -∗ type_incl ty1 ty3.
Proof. Proof.
(* TODO: this iIntros takes suspiciously long. *)
iIntros "(% & #Ho12 & #Hs12) (% & #Ho23 & #Hs23)". iIntros "(% & #Ho12 & #Hs12) (% & #Ho23 & #Hs23)".
iSplit; first (iPureIntro; etrans; done). iSplit; first (iPureIntro; etrans; done).
iSplit; iAlways; iIntros. iSplit; iAlways; iIntros.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment