aboutsummaryrefslogtreecommitdiff
path: root/src/Reflection/CountLets.v
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2017-01-26 18:19:54 -0500
committerGravatar Jason Gross <jgross@mit.edu>2017-01-26 18:20:08 -0500
commit39c70ae2abd720ec76e01c85d2aa0e56aeae3414 (patch)
treeb8ca8c8c4e935a078813d1f753f29db7e95f91d4 /src/Reflection/CountLets.v
parent0cf72bdda642db646e25cba8af97f3c63d88764d (diff)
Split off some bits of Reflection.Syntax
Also split off some bits of Util.Tactics
Diffstat (limited to 'src/Reflection/CountLets.v')
-rw-r--r--src/Reflection/CountLets.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Reflection/CountLets.v b/src/Reflection/CountLets.v
index 85b6e3ad7..00aca28ed 100644
--- a/src/Reflection/CountLets.v
+++ b/src/Reflection/CountLets.v
@@ -1,5 +1,6 @@
(** * Counts how many binders there are *)
Require Import Crypto.Reflection.Syntax.
+Require Import Crypto.Reflection.SmartMap.
Local Open Scope ctype_scope.
Section language.