aboutsummaryrefslogtreecommitdiff
path: root/src/Reflection/SmartMap.v
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2017-01-31 16:44:37 -0500
committerGravatar Jason Gross <jgross@mit.edu>2017-01-31 16:44:37 -0500
commit8783d23b300ed9635ad7ad047a4c2f3edff6e70f (patch)
treef1b578df2103e2d9e0386e392aea59e8d7983c3e /src/Reflection/SmartMap.v
parentac9a5749612c60b0b48b0ae7d2bacca8901ebf57 (diff)
Fix implicits
Diffstat (limited to 'src/Reflection/SmartMap.v')
-rw-r--r--src/Reflection/SmartMap.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Reflection/SmartMap.v b/src/Reflection/SmartMap.v
index 00c406c57..a64d625b7 100644
--- a/src/Reflection/SmartMap.v
+++ b/src/Reflection/SmartMap.v
@@ -245,5 +245,5 @@ End hetero_type.
Global Arguments SmartFlatTypeMap2 {_ _ _} _ {_} _.
Global Arguments SmartFlatTypeMapInterp2 {_ _ _ _ _} fv {_} _.
-Global Arguments SmartFlatTypeMap2Interp2 {_ _ _ _ _ _} fv {t v} _.
+Global Arguments SmartFlatTypeMap2Interp2 {_ _ _ _ _ _} fv {t} v _.
Global Arguments SmartFlatTypeMapUnInterp2 {_ _ _ _ _ _} fv {_ _} _.