Skip to content

Commit

Permalink
streamlining set simplifications
Browse files Browse the repository at this point in the history
  • Loading branch information
PetarMax committed Nov 2, 2023
1 parent 61fac3d commit 69624a0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions kevm-pyk/src/kevm_pyk/kproj/evm-semantics/lemmas/lemmas.k
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ module LEMMAS [symbolic]
rule X in S:Set SetItem ( Y ) => true requires X ==Int Y [simplification]
rule X in S:Set SetItem ( Y ) => X in S requires X =/=Int Y [simplification]

rule X in ( S:Set |Set SetItem ( Y ) ) => true requires X ==Int Y [simplification]
rule X in ( S:Set |Set SetItem ( Y ) ) => X in S requires X =/=Int Y [simplification]

// ########################
// Word Reasoning
// ########################
Expand Down

0 comments on commit 69624a0

Please sign in to comment.