Skip to content
Snippets Groups Projects
Commit 027ef6ea authored by WASQUEL Valentin's avatar WASQUEL Valentin
Browse files

proof step with incorrect env give same trace

parent b2f235a8
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
......@@ -32,7 +32,8 @@ Set Implicit Arguments.
Definition correct_block_id (fp: flight_plan) (id: block_id): Prop :=
(id < get_nb_block fp).
Lemma normalise_block_id_is_correct : forall (fp: flight_plan) (id: block_id),
Lemma normalise_block_id_is_correct :
forall (fp: flight_plan) (id: block_id),
correct_block_id fp (normalise_block_id fp id).
Proof.
intros fp id. unfold normalise_block_id.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment