Skip to content

Commit 3a1bda2

Browse files
authoredOct 21, 2023
Fixed in deprecation warning for <-transˡ (#2173)
1 parent 71ae70a commit 3a1bda2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/Data/Nat/Properties.agda

+1-1
Original file line numberDiff line numberDiff line change
@@ -2342,6 +2342,6 @@ open Data.Nat.Base public
23422342

23432343
<-transˡ = <-≤-trans
23442344
{-# WARNING_ON_USAGE <-transˡ
2345-
"Warning: <-transˡ was deprecated in v2.0. Please use ≤-<-trans instead. "
2345+
"Warning: <-transˡ was deprecated in v2.0. Please use <-≤-trans instead. "
23462346
#-}
23472347

0 commit comments

Comments
 (0)
Please sign in to comment.