aboutsummaryrefslogtreecommitdiff
path: root/src/Util/ListUtil.v
diff options
context:
space:
mode:
authorGravatar Jason Gross <jagro@google.com>2016-07-07 14:58:27 -0700
committerGravatar Jason Gross <jagro@google.com>2016-07-07 14:58:27 -0700
commiteb6e7494ed0f6891d0033563a6ba4d7c70585614 (patch)
tree9f6b8f1f300d23cde596c9f98cd78c2d9999c905 /src/Util/ListUtil.v
parentdbe479cbe6684e14c996ab5411e170840a1b675a (diff)
Add hint db in ListUtil
Diffstat (limited to 'src/Util/ListUtil.v')
-rw-r--r--src/Util/ListUtil.v3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Util/ListUtil.v b/src/Util/ListUtil.v
index 557591b1b..432c841f4 100644
--- a/src/Util/ListUtil.v
+++ b/src/Util/ListUtil.v
@@ -1059,3 +1059,6 @@ Proof.
autorewrite with simpl_firstn simpl_update_nth;
congruence.
Qed.
+
+Hint Rewrite @firstn_update_nth : push_firstn pull_update_nth.
+Hint Rewrite <- @firstn_update_nth : pull_firstn push_update_nth.