Skip to content

Commit

Permalink
Pop elements in stack_1_2_op
Browse files Browse the repository at this point in the history
  • Loading branch information
pirapira committed Oct 26, 2016
1 parent 8ebe453 commit 6caf6b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ContractSem.thy
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ where
(new0, new1) \<Rightarrow>
InstructionContinue
(venv_advance_pc c
v\<lparr>venv_stack := new0 # new1 # venv_stack v\<rparr>)))"
v\<lparr>venv_stack := new0 # new1 # t \<rparr>)))"

text {* A general pattern of operations that take two words and produce one word: *}
abbreviation stack_2_1_op ::
Expand Down

0 comments on commit 6caf6b7

Please sign in to comment.