Skip to content

Commit

Permalink
Adding terminator line 204 + remove useless commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
CohenCyril committed Jan 11, 2024
1 parent ec069ca commit 324979f
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions examples/Vector_tuple.v
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ Proof.
unfold R_trans, tuple_vectorR.
exists (Vector.const a n).
split.
- apply Param_const_d.
- now apply Param_const_d.
- apply Vector.Param_const. exact aR.
Defined.

Expand Down Expand Up @@ -444,16 +444,6 @@ Axiom Param10_lt :
forall (n1 n1' : nat) (n1R : natR n1 n1') (n2 n2' : nat) (n2R : natR n2 n2'),
Param10.Rel (n1 < n2)%nat (n1' < n2')%nat.

(* Trocq Use Param00_nat.
Trocq Use Param2a0_nat.
Trocq Use SR.
Trocq Use Rp00.
Trocq Use Rp2a0.
Trocq Use Rp02b.
Trocq Use Param_head.
Trocq Use Param_const.
Trocq Use Param01_paths. *)

Axiom setBitThenGetSame :
forall {k : nat} (bv : bitvector k) (i : nat) (b : Bool),
(i < k)%nat -> getBit_bv (setBit_bv bv i b) i = b.
Expand Down

0 comments on commit 324979f

Please sign in to comment.