aboutsummaryrefslogtreecommitdiffstats
path: root/src/verilog/Array.v
diff options
context:
space:
mode:
Diffstat (limited to 'src/verilog/Array.v')
-rw-r--r--src/verilog/Array.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/verilog/Array.v b/src/verilog/Array.v
index 705dea7..fc52f04 100644
--- a/src/verilog/Array.v
+++ b/src/verilog/Array.v
@@ -104,7 +104,7 @@ Proof.
apply not_iff_compat in H1.
apply <- H1 in H0.
- destruct (nth_error (arr_contents a) i ) eqn:EQ; try contradiction; eauto.
+ destruct (nth_error (arr_contents a) i) eqn:EQ; try contradiction; eauto.
Qed.
Lemma array_get_error_set_bound {A : Type} :