Skip to content

Commit 92cc40f

Browse files
chore(Condensed/Discrete/Module): specify free universe variable explicitly (#41483)
This is beneficial for the same reasons as #40964. This particular change matters for #41462; extracted from that PR. Co-authored-by: felixpernegger <188575194+felixpernegger@users.noreply.github.com>
1 parent 569217d commit 92cc40f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Mathlib/Condensed/Discrete/Module.lean

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,13 +154,13 @@ instance : (functor R).Full := (fullyFaithfulFunctor R).full
154154
instance : (discrete (ModuleCat R)).Faithful :=
155155
Functor.Faithful.of_iso (functorIsoDiscrete R)
156156

157-
instance : (constantSheaf (coherentTopology CompHaus) (ModuleCat R)).Faithful :=
157+
instance : (constantSheaf (coherentTopology CompHaus) (ModuleCat.{u + 1} R)).Faithful :=
158158
inferInstanceAs (discrete (ModuleCat R)).Faithful
159159

160160
instance : (discrete (ModuleCat R)).Full :=
161161
Functor.Full.of_iso (functorIsoDiscrete R)
162162

163-
instance : (constantSheaf (coherentTopology CompHaus) (ModuleCat R)).Full :=
163+
instance : (constantSheaf (coherentTopology CompHaus) (ModuleCat.{u + 1} R)).Full :=
164164
inferInstanceAs (discrete (ModuleCat R)).Full
165165

166166
instance : (constantSheaf (coherentTopology CompHaus) (Type (u + 1))).Faithful :=

0 commit comments

Comments
 (0)