Skip to content

Commit

Permalink
draft: Move further in LdU8
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMushow committed Dec 6, 2024
1 parent 134d69c commit f357e84
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,11 @@ Proof.
*)
{ guard_instruction (Bytecode.LdU8 z).
unfold TypeSafetyChecker.Impl_TypeSafetyChecker.push.
pose proof (AbstractStack.push_n_is_valid (SignatureToken.U8) z type_safety_checker.(TypeSafetyChecker.stack) _ H_type_safety_checker).
pose proof (AbstractStack.push_n_is_valid SignatureToken.U8 z).
unfold state
{ }

admit.
}
{
guard_instruction (Bytecode.LdU16 z).
Expand All @@ -485,6 +489,7 @@ Proof.
admit.
}
{ guard_instruction Bytecode.CastU8.

admit.
}
{ guard_instruction Bytecode.CastU16.
Expand Down

0 comments on commit f357e84

Please sign in to comment.