Skip to content

Commit

Permalink
fix: version numbers in deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmckinna committed Jan 30, 2025
1 parent 9cbc30d commit 325c66f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Function/Construct/Symmetry.agda
Original file line number Diff line number Diff line change
Expand Up @@ -225,15 +225,15 @@ module _ {≈₁ : Rel A ℓ₁} {≈₂ : Rel B ℓ₂} {f : A → B}
Congruent ≈₁ ≈₂ f Bijective ≈₂ ≈₁ S.section
bijective sym trans _ = S.injective refl sym trans , surjective trans
{-# WARNING_ON_USAGE injective
"Warning: injective was deprecated in v2.0.
"Warning: injective was deprecated in v2.3.
Please use Function.Consequences.Section.injective instead, with a sharper type."
#-}
{-# WARNING_ON_USAGE surjective
"Warning: surjective was deprecated in v2.0.
"Warning: surjective was deprecated in v2.3.
Please use Function.Consequences.Section.surjective instead."
#-}
{-# WARNING_ON_USAGE bijective
"Warning: bijective was deprecated in v2.0.
"Warning: bijective was deprecated in v2.3.
Please use Function.Consequences.Section.bijective instead, with a sharper type."
#-}

Expand Down

0 comments on commit 325c66f

Please sign in to comment.