aboutsummaryrefslogtreecommitdiff
path: root/src/Specific/Framework
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2017-10-18 14:59:12 -0400
committerGravatar Jason Gross <jasongross9@gmail.com>2017-10-18 23:01:29 -0400
commit374cce029165d5f747f7c9a19a97ea7c74e08a9d (patch)
tree0bed6e66de78d9e2892ddaf3e1e951aae3830bd6 /src/Specific/Framework
parent1ecfe73efca261e1b7412d525e06a255aa528896 (diff)
Fix a scope issue with solve_constant_sig
Diffstat (limited to 'src/Specific/Framework')
-rw-r--r--src/Specific/Framework/ArithmeticSynthesis/HelperTactics.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Specific/Framework/ArithmeticSynthesis/HelperTactics.v b/src/Specific/Framework/ArithmeticSynthesis/HelperTactics.v
index e04e3b2ec..e777fe23e 100644
--- a/src/Specific/Framework/ArithmeticSynthesis/HelperTactics.v
+++ b/src/Specific/Framework/ArithmeticSynthesis/HelperTactics.v
@@ -10,6 +10,7 @@ Require Crypto.Util.Tuple.
Local Notation tuple := Tuple.tuple.
Local Open Scope list_scope.
Local Open Scope Z_scope.
+Local Infix "^" := tuple : type_scope.
Ltac if_cond_else cond tac default id :=
lazymatch (eval compute in cond) with