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 and andreasabel committed Jul 10, 2024
1 parent 24370a3 commit 94abfa5
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 94abfa5

Please sign in to comment.