Skip to content

Commit

Permalink
Fix typo in raise deprecation message (#2226)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarice authored Dec 12, 2023
1 parent 2b8fff1 commit 6bfa348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Data/Fin/Base.agda
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ compare (suc i) (suc j) with compare i j
raise = _↑ʳ_
{-# WARNING_ON_USAGE raise
"Warning: raise was deprecated in v2.0.
Please use _↑ instead."
Please use _↑ʳ_ instead."
#-}
inject+ : {m} n Fin m Fin (m ℕ.+ n)
inject+ n i = i ↑ˡ n
Expand Down

0 comments on commit 6bfa348

Please sign in to comment.