aboutsummaryrefslogtreecommitdiffstats
path: root/semprop.v
diff options
context:
space:
mode:
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.