aboutsummaryrefslogtreecommitdiffstats
path: root/src/hls/Predicate.v
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-09-29 09:33:03 +0100
committerYann Herklotz <git@yannherklotz.com>2022-09-29 09:33:03 +0100
commit1a2e00313fc660dee10148cbdf8a8dca7702642b (patch)
tree3212fcdc053f61b8451e7c1e4b5616799b36fb0b /src/hls/Predicate.v
parentd3abe2547c8921d2b324da67370822b7fb89b6c0 (diff)
downloadvericert-1a2e00313fc660dee10148cbdf8a8dca7702642b.tar.gz
vericert-1a2e00313fc660dee10148cbdf8a8dca7702642b.zip
Add proof using to ifconversionproof
Diffstat (limited to 'src/hls/Predicate.v')
-rw-r--r--src/hls/Predicate.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hls/Predicate.v b/src/hls/Predicate.v
index 6067719..8dbd0f6 100644
--- a/src/hls/Predicate.v
+++ b/src/hls/Predicate.v
@@ -178,7 +178,7 @@ Proof. crush. Qed.
{ equiv := sat_equiv; }.
#[global]
- Instance PandProper : Proper (SetoidClass.equiv ==> SetoidClass.equiv ==> SetoidClass.equiv) Pand.
+ Instance PandProper : Proper (equiv ==> equiv ==> equiv) Pand.
Proof.
unfold Proper. simplify. unfold "==>".
intros.