aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Jason Gross <jagro@google.com>2016-09-16 12:05:39 -0700
committerGravatar Jason Gross <jagro@google.com>2016-09-16 12:05:39 -0700
commit5c081b339a1382497a4df1360325cf664bfbbfa5 (patch)
treeb452055efb2adee06822629fe68f8856d423793b /src
parent98a3dabb1c9c8960ebbd9a8970848d9466e86803 (diff)
Add arguments for smartval
Diffstat (limited to 'src')
-rw-r--r--src/Reflection/Syntax.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Reflection/Syntax.v b/src/Reflection/Syntax.v
index 3660c6705..784beeac3 100644
--- a/src/Reflection/Syntax.v
+++ b/src/Reflection/Syntax.v
@@ -227,6 +227,7 @@ Ltac admit_Wf := apply Wf_admitted.
Global Arguments Const {_ _ _ _ _} _.
Global Arguments Var {_ _ _ _ _} _.
Global Arguments SmartVar {_ _ _ _ _} _.
+Global Arguments SmartVal {_} T _ t.
Global Arguments SmartVarVar {_ _ _ _ _} _.
Global Arguments SmartConst {_ _ _ _ _} _.
Global Arguments Op {_ _ _ _ _ _} _ _.