aboutsummaryrefslogtreecommitdiffstats
path: root/src/hls/HTL.v
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2023-05-30 16:16:24 +0100
committerYann Herklotz <git@yannherklotz.com>2023-05-30 16:16:24 +0100
commit4da92e9d5d9896645909656705f4ab78cdcb029d (patch)
treea81493e735d4e63b8c8e01a938ce15f25fcc2b70 /src/hls/HTL.v
parentc10635f9e6890a6171c5c1cc8eb6e3298d2006b1 (diff)
downloadvericert-4da92e9d5d9896645909656705f4ab78cdcb029d.tar.gz
vericert-4da92e9d5d9896645909656705f4ab78cdcb029d.zip
Finished painful product proof
Diffstat (limited to 'src/hls/HTL.v')
-rw-r--r--src/hls/HTL.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hls/HTL.v b/src/hls/HTL.v
index f3af3d8..4e3687a 100644
--- a/src/hls/HTL.v
+++ b/src/hls/HTL.v
@@ -341,7 +341,7 @@ Definition max_list_dec (l: list reg) (st: reg) : {Forall (Pos.gt st) l} + {True
end
); auto.
apply max_list_correct. apply Pos.ltb_lt in e. lia.
-Qed.
+Defined.
Variant wf_htl_fundef: fundef -> Prop :=
| wf_htl_fundef_external: forall ef,