Skip to content

Commit

Permalink
First attempt at making the distinction between G4IP and G4ISL clear
Browse files Browse the repository at this point in the history
  • Loading branch information
hferee committed Jul 1, 2024
1 parent dbfe6f2 commit 583aff1
Show file tree
Hide file tree
Showing 3 changed files with 116 additions and 99 deletions.
2 changes: 1 addition & 1 deletion theories/iSL/Environments.v
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Lemma make_conj_spec x y :
{x ⊼ y = (x ∧ y)}.
Proof.
unfold make_conj.
repeat (match goal with |- context [match ?x with | _ => _ end] => destruct x end; try tauto).
repeat (match goal with |- context [match ?x with | _ => _ end] => destruct x end; subst; try tauto).
Qed.

Lemma occurs_in_make_conj v x y : occurs_in v (x ⊼ y) -> occurs_in v x \/ occurs_in v y.
Expand Down
Loading

0 comments on commit 583aff1

Please sign in to comment.