Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
jyluo committed Jan 2, 2019
1 parent 2aabc64 commit 08f7e0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions coq-proof/FieldDefs.v
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,10 @@ Proof.
intros f' HGf'.
inversion HGH; subst.
destruct H2 with f' as [Tf']. apply HGf'. clear H2. destruct H3 as [Tv']. destruct H2 as [z']. Tactics.destruct_pairs.
destruct (id_eq_dec f' f).
destruct (id_eq_dec f' f); subst.
(* Case: f = f' : in h', the value of f' is T T z *)
exists T, T, z.
rewrite -> e in H2. assert (T = Tf'). eapply Gamma_Get_Content_Eq. apply H1. apply H2. subst.
assert (T = Tf'). eapply Gamma_Get_Content_Eq. apply H1. apply H2. subst.
split. apply H1.
split. apply Heap_Update_FieldType_Eq.
split. apply subtype_reflexive.
Expand Down

0 comments on commit 08f7e0a

Please sign in to comment.