summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBodigrim <andrew.lelechenko@gmail.com>2022-10-09 11:37:06 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-10-10 17:13:31 -0400
commit945e8e491441c1efdab7c0e1bd2e04d0224a4ad5 (patch)
tree24608142007fd85a00a03304444633550733234b
parentd83a92e6b3ac4609fe0e1159ced59f12dcf622bc (diff)
downloadhaskell-945e8e491441c1efdab7c0e1bd2e04d0224a4ad5.tar.gz
Add a newline before since pragma in Data.Array.Byte
-rw-r--r--libraries/base/Data/Array/Byte.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/libraries/base/Data/Array/Byte.hs b/libraries/base/Data/Array/Byte.hs
index cdd7885462..000af79eb4 100644
--- a/libraries/base/Data/Array/Byte.hs
+++ b/libraries/base/Data/Array/Byte.hs
@@ -205,6 +205,7 @@ instance Eq (MutableByteArray s) where
-- | Non-lexicographic ordering. This compares the lengths of
-- the byte arrays first and uses a lexicographic ordering if
-- the lengths are equal. Subject to change between major versions.
+--
-- @since 4.17.0.0
instance Ord ByteArray where
ba1@(ByteArray ba1#) `compare` ba2@(ByteArray ba2#)