Skip to content

Commit

Permalink
changes to examples
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalvarez committed Mar 7, 2018
1 parent fd09107 commit b0f394b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/LLLL.thy
Expand Up @@ -6909,4 +6909,4 @@ definition elle_run :: "ll1 \<Rightarrow> nat \<Rightarrow> instruction_result o

value [simp] "elle_run (ll1.LSeq [ll1.LLab 0, ll1.L (Stack (PUSH_N [byteFromNat 0]))]) 100"
value [simp] "elle_run (ll1.LSeq [ll1.LLab 0, ll1.L (Stack (PUSH_N [byteFromNat 0])), ll1.LJmpI 0]) 100"
value [simp] "elle_run (ll1.LSeq [ll1.LLab 0, ll1.L (Stack (PUSH_N [byteFromNat 1])), ll1.LJmpI 0]) 100"
value [simp] "elle_run (ll1.LSeq [ ll1.LLab 0, ll1.L (Stack (PUSH_N [byteFromNat 0])) , ll1.LJmpI 0 ]) 100"

0 comments on commit b0f394b

Please sign in to comment.