Skip to content

Commit a030184

Browse files
Merge pull request #2373 from jdchristensen/conn_point_incl-universes
Connectedness: remove one universe variable from conn_point_incl
2 parents 61a661c + d57b74d commit a030184

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

theories/Truncations/Connectedness.v

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,10 @@ Proof.
114114
exact (OO_cancelR_conn_map (Tr n.+1) (Tr n) (unit_name a0) (const_tt A)).
115115
Defined.
116116

117-
Definition conn_point_incl `{Univalence} {n : trunc_index} {A : Type} (a0:A)
117+
Definition conn_point_incl `{Univalence} {n : trunc_index} {A : Type@{u}} (a0:A)
118118
`{IsConnected n.+1 A}
119119
: IsConnMap n (unit_name a0)
120-
:= OO_cancelL_conn_map (Tr n.+1) (Tr n) (unit_name a0) (const_tt A).
120+
:= OO_cancelL_conn_map@{u _ _ _} (Tr n.+1) (Tr n) (unit_name a0) (const_tt A).
121121

122122
(** [conn_point_incl] can be made an instance, but at the time of writing, this doesn't cause any additional goals to be solved compared to making it an immediate hint, so we do the latter. *)
123123
#[export] Hint Immediate conn_point_incl : typeclass_instances.

0 commit comments

Comments
 (0)