Skip to content
Snippets Groups Projects
Commit e82a0c75 authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

Tweak.

parent 2426a43b
No related branches found
No related tags found
No related merge requests found
Pipeline #29633 passed
......@@ -45,7 +45,4 @@ End bit_refinement.
Theorem bit_ctx_refinement :
bit_bool ctx bit_nat : bitτ.
Proof.
eapply (refines_sound relocΣ).
iIntros (? Δ). iApply (bit_refinement Δ).
Qed.
Proof. auto using (refines_sound relocΣ), bit_refinement. Qed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment