Skip to content

Commit 39b2adc

Browse files
Merge pull request #250 from peterlefanulumsdaine/adapt-notation-level
fix notation level clash with UniMath#1974
2 parents 41adfec + c9098d6 commit 39b2adc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TypeTheory/Auxiliary/CategoryTheory.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Bind Scope mor_scope with precategory_morphisms.
2727
Open Scope mor_scope.
2828

2929
Declare Scope precat.
30-
Notation "C '^op'" := (opp_precat C) (at level 3, format "C ^op") : precat.
30+
Notation "C '^op'" := (opp_precat C) (format "C ^op") : precat.
3131
Delimit Scope precat with precat.
3232

3333
Open Scope cat.

0 commit comments

Comments
 (0)