File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 1+ (* this tests a backwards compat hack, remove when the hack is removed *)
2+
3+ Declare Scope category_theory_scope.
4+
5+ Fail #[warning="+at-level-200-changed"]
6+ Notation "'exists' x .. y , p" := (sigT (fun x => .. (sigT (fun y => p)) ..))
7+ (at level 200, x binder, right associativity,
8+ format "'[' 'exists' '/ ' x .. y , '/ ' p ']'") :
9+ category_theory_scope.
10+
11+ Notation "'exists' x .. y , p" := (sigT (fun x => .. (sigT (fun y => p)) ..))
12+ (at level 200, x binder, right associativity,
13+ format "'[' 'exists' '/ ' x .. y , '/ ' p ']'") :
14+ category_theory_scope.
15+
16+ Notation "'mif' b 'then ' t 'else ' u" :=
17+ (b * (t + u))
18+ (at level 200) : category_theory_scope.
19+
20+ Notation "'mif' b 'then ' t 'else ' u" :=
21+ (b * (t + u))
22+ (at level 200) : tactic_scope.
You can’t perform that action at this time.
0 commit comments