diff options
Diffstat (limited to 'semprop.v')
-rw-r--r-- | semprop.v | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |