From 222031f6edc934ff4611a46780a148e1160c1d7b Mon Sep 17 00:00:00 2001 From: Chantal Keller Date: Wed, 26 May 2021 18:47:52 +0200 Subject: Minor changes on the Coq part --- src/bva/BVList.v | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/bva/BVList.v') diff --git a/src/bva/BVList.v b/src/bva/BVList.v index 91a110d..9e22f98 100644 --- a/src/bva/BVList.v +++ b/src/bva/BVList.v @@ -589,7 +589,7 @@ Definition ult_list (x y: list bool) := (ult_list_big_endian (List.rev x) (List.rev y)). -Fixpoint slt_list_big_endian (x y: list bool) := +Definition slt_list_big_endian (x y: list bool) := match x, y with | nil, _ => false | _ , nil => false @@ -2103,7 +2103,7 @@ Proof. intro a. induction a as [ | xa xsa IHa ]. - intros. simpl. easy. - intros. - case b in *. simpl. rewrite IHa. simpl. omega. + case b in *. simpl. rewrite IHa. simpl. lia. simpl. case (k - 1