diff options
Diffstat (limited to 'test-suite/bugs/opened/3295.v')
| -rw-r--r-- | test-suite/bugs/opened/3295.v | 2 |
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. |
