aboutsummaryrefslogtreecommitdiffstats
path: root/semprop.v
diff options
context:
space:
mode:
authorLibravatar Rutger Broekhoff2024-06-27 02:13:26 +0200
committerLibravatar Rutger Broekhoff2024-06-27 02:13:26 +0200
commit5aef9a66966c8aa97041461d618b601e60e56c91 (patch)
treee437f49b12ad069731d61f6b95227de60d9ff88d /semprop.v
parentba973b2fa09e0ff203eec9770908a88e0ccfde70 (diff)
downloadmininix-formalization-5aef9a66966c8aa97041461d618b601e60e56c91.tar.gz
mininix-formalization-5aef9a66966c8aa97041461d618b601e60e56c91.zip
Be consistent in notation of simplify_eq/=
Diffstat (limited to 'semprop.v')
-rw-r--r--semprop.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/semprop.v b/semprop.v
index 2fe30af..7ab0707 100644
--- a/semprop.v
+++ b/semprop.v
@@ -42,7 +42,7 @@ Proof.
42 - exfalso. apply H. by exists bs. 42 - exfalso. apply H. by exists bs.
43 - f_equal. by eapply matches_deterministic. 43 - f_equal. by eapply matches_deterministic.
44 - apply map_insert_inv in H0 as [H01 H02]. 44 - apply map_insert_inv in H0 as [H01 H02].
45 by simplify_eq /=. 45 by simplify_eq/=.
46 - f_equal. by eapply binop_deterministic. 46 - f_equal. by eapply binop_deterministic.
47 - rewrite H4 in H. by apply is_Some_None in H. 47 - rewrite H4 in H. by apply is_Some_None in H.
48 - exfalso. apply H4. by exists bs. 48 - exfalso. apply H4. by exists bs.