Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Verifying Invariant Preservation #634

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Require Import CoqOfRust.CoqOfRust.
Require Import CoqOfRust.simulations.M.
Require Import CoqOfRust.lib.proofs.lib.
Require Import move_sui.proofs.move_abstract_stack.lib.
Require Import move_sui.proofs.move_binary_format.file_format.
Require Import move_sui.simulations.move_abstract_stack.lib.
Expand Down Expand Up @@ -513,8 +514,10 @@ Proof.
sauto q: on.
}
{ guard_instruction Bytecode.CastU8.

admit.
unfold_state_monad.
destruct AbstractStack.pop as [[operand stack']|]; cbn; [|trivial].
destruct operand; cbn; [|trivial].
step; cbn. trivial.
}
{ guard_instruction Bytecode.CastU16.
admit.
Expand Down
Loading