aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--theories/Reals/Rsyntax.v1
-rw-r--r--theories/ZArith/Zsyntax.v1
2 files changed, 2 insertions, 0 deletions
diff --git a/theories/Reals/Rsyntax.v b/theories/Reals/Rsyntax.v
index 4f0dc8c73c..e13bf9228e 100644
--- a/theories/Reals/Rsyntax.v
+++ b/theories/Reals/Rsyntax.v
@@ -147,6 +147,7 @@ Syntax constr
level 3:
rvar_inside [<<(REXPR ($VAR $i))>>] -> [$i]
+ | rsecvar_inside [<<(REXPR (SECVAR $i))>>] -> [(SECVAR $i)]
| rconst_inside [<<(REXPR (CONST $c))>>] -> [(CONST $c)]
| rmutind_inside [<<(REXPR (MUTIND $i $n))>>]
-> [(MUTIND $i $n)]
diff --git a/theories/ZArith/Zsyntax.v b/theories/ZArith/Zsyntax.v
index 33c4130cab..a635032493 100644
--- a/theories/ZArith/Zsyntax.v
+++ b/theories/ZArith/Zsyntax.v
@@ -162,6 +162,7 @@ Syntax constr
level 3:
var_inside [ << (ZEXPR ($VAR $i)) >> ] -> [$i]
+ | secvar_inside [ << (ZEXPR (SECVAR $i)) >> ] -> [(SECVAR $i)]
| const_inside [ << (ZEXPR (CONST $c)) >> ] -> [(CONST $c)]
| mutind_inside [ << (ZEXPR (MUTIND $i $n)) >> ]
-> [(MUTIND $i $n)]