Skip to content

Commit

Permalink
Rules for clearing the store in the case of dcs (for #10)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayberkt committed Jun 20, 2017
1 parent cbac693 commit b2cb2b1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/haskell-core-execution.k
Original file line number Diff line number Diff line change
Expand Up @@ -305,5 +305,11 @@ module HASKELL-CORE-EXECUTION
<k> val(L) => O </k>
<store> Sto:Map (L |-> O) => .Map </store>
<env> _ => .Map </env>
rule
<k> dc(R) </k>
<store> M:Map (_ |-> _) => .Map </store>
rule
<k> dc(R) </k>
<env> M:Map (_ |-> _) => .Map </env>

endmodule

0 comments on commit b2cb2b1

Please sign in to comment.