File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -225,15 +225,15 @@ module _ {≈₁ : Rel A ℓ₁} {≈₂ : Rel B ℓ₂} {f : A → B}
225
225
Congruent ≈₁ ≈₂ f → Bijective ≈₂ ≈₁ S.section
226
226
bijective sym trans _ = S.injective refl sym trans , surjective trans
227
227
{-# WARNING_ON_USAGE injective
228
- "Warning: injective was deprecated in v2.0 .
228
+ "Warning: injective was deprecated in v2.3 .
229
229
Please use Function.Consequences.Section.injective instead, with a sharper type."
230
230
#-}
231
231
{-# WARNING_ON_USAGE surjective
232
- "Warning: surjective was deprecated in v2.0 .
232
+ "Warning: surjective was deprecated in v2.3 .
233
233
Please use Function.Consequences.Section.surjective instead."
234
234
#-}
235
235
{-# WARNING_ON_USAGE bijective
236
- "Warning: bijective was deprecated in v2.0 .
236
+ "Warning: bijective was deprecated in v2.3 .
237
237
Please use Function.Consequences.Section.bijective instead, with a sharper type."
238
238
#-}
239
239
You can’t perform that action at this time.
0 commit comments