aboutsummaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-11-07 10:13:22 +0000
committerYann Herklotz <git@yannherklotz.com>2020-11-07 10:13:22 +0000
commit56ea621762c865c1c71bdc7ad99afc4f2c291d5c (patch)
treedd7d0a853fe6e52fbef018b8b37b42275e5c2746 /src/common
parent8c9f2c7ae763f21f605248baef6f512bce005bbe (diff)
downloadvericert-56ea621762c865c1c71bdc7ad99afc4f2c291d5c.tar.gz
vericert-56ea621762c865c1c71bdc7ad99afc4f2c291d5c.zip
Update definition of Vneg
Diffstat (limited to 'src/common')
-rw-r--r--src/common/IntegerExtra.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/IntegerExtra.v b/src/common/IntegerExtra.v
index 8b11823..f44cac2 100644
--- a/src/common/IntegerExtra.v
+++ b/src/common/IntegerExtra.v
@@ -639,7 +639,7 @@ Module IntExtra.
apply unsigned_range_2.
Qed.
- Lemma shrx_shrx_alt_equiv :
+ Theorem shrx_shrx_alt_equiv :
forall x y,
unsigned y <= 30 ->
shrx x y = shrx_alt x y.