Skip to content

Commit

Permalink
Update canon.v
Browse files Browse the repository at this point in the history
  • Loading branch information
mansky1 committed Mar 21, 2024
1 parent 5866064 commit ff85bfd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions floyd/canon.v
Original file line number Diff line number Diff line change
Expand Up @@ -1826,6 +1826,8 @@ Proof.
iClear "#"; iStopProof; split => rho; monPred.unseal; done.
Qed.

Local Arguments typecheck_expr : simpl never.

Lemma semax_return_Some: forall E Delta Ppre Qpre Rpre Post1 sf SEPsf post2 post3 ret v_gen,
ENTAIL Delta, PROPx Ppre (LOCALx Qpre (SEPx Rpre)) ⊢ local (`(eq v_gen) (eval_expr (Ecast ret (ret_type Delta)))) ->
ENTAIL Delta, PROPx Ppre (LOCALx Qpre (SEPx Rpre)) ⊢ tc_expr Delta (Ecast ret (ret_type Delta)) ->
Expand Down

0 comments on commit ff85bfd

Please sign in to comment.