aboutsummaryrefslogtreecommitdiff
path: root/src/Reflection/SmartBound.v
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2017-02-21 21:35:15 -0500
committerGravatar Jason Gross <jgross@mit.edu>2017-02-21 21:35:15 -0500
commit57a0a97fdbeee2954128d0917d534a7ed8c433cb (patch)
tree14a267c94f5381965d02db5c45461e2283158e27 /src/Reflection/SmartBound.v
parent371ba4b6eb769d3a9a4518df5d4063cf57a6396b (diff)
Add various reflection improvements, boundbycast
Diffstat (limited to 'src/Reflection/SmartBound.v')
-rw-r--r--src/Reflection/SmartBound.v3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Reflection/SmartBound.v b/src/Reflection/SmartBound.v
index 74345ef98..d86771216 100644
--- a/src/Reflection/SmartBound.v
+++ b/src/Reflection/SmartBound.v
@@ -161,3 +161,6 @@ Section language.
:= fun var => smart_bound (e var) (interp (@interp_op_bounds) (e _)) input_bounds.
End smart_bound.
End language.
+
+Global Arguments bound_flat_type _ _ _ !_ _ / .
+Global Arguments bound_type _ _ _ !_ _ _ / .