aboutsummaryrefslogtreecommitdiff
path: root/test-suite/bugs/opened/3295.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/bugs/opened/3295.v')
-rw-r--r--test-suite/bugs/opened/3295.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/bugs/opened/3295.v b/test-suite/bugs/opened/3295.v
index d871f5d20d..2a156e333a 100644
--- a/test-suite/bugs/opened/3295.v
+++ b/test-suite/bugs/opened/3295.v
@@ -50,7 +50,7 @@ Infix "==" := weq (at level 79).
Infix "*" := (dot _ _ _) (left associativity, at level 40).
Notation "āˆ‘_ ( i ∈ l ) f" := (@sup (mor _ _) _ (fun i => f) l)
- (at level 41, F at level 41, i, A at level 50).
+ (at level 41, f at level 41, i, l at level 50).
Axiom dotxsum : forall `{X : ops} I J n m p (f: I -> X m n) (x: X p m) y,
x * (āˆ‘_(i∈ J) f i) == y.