Skip to content

Commit

Permalink
delete useless lemma comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stevengre committed Jan 24, 2025
1 parent 05a772c commit abf5410
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
1 change: 0 additions & 1 deletion kevm-pyk/src/kevm_pyk/kproj/evm-semantics/lemmas/lemmas.k
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ module LEMMAS-WITHOUT-SLOT-UPDATES [symbolic]
// ########################

rule N <=Int #sizeWordStack ( _ , N ) => true requires 0 <=Int N [simplification, smt-lemma]
// rule #sizeWordStack ( _ : WS, 0 ) => 1 +Int #sizeWordStack ( WS, 0 ) [simplification, smt-lemma]

// #newAddr range
rule 0 <=Int #newAddr(_,_) => true [simplification]
Expand Down

This file was deleted.

0 comments on commit abf5410

Please sign in to comment.