[Git][ghc/ghc][master] Document that compareByteArrays# is available since ghc-prim-0.5.2.0
Marge Bot (@marge-bot)
gitlab at gitlab.haskell.org
Mon Jul 10 21:01:30 UTC 2023
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
ee20da34 by Bodigrim at 2023-07-10T17:01:01-04:00
Document that compareByteArrays# is available since ghc-prim-0.5.2.0
- - - - -
1 changed file:
- compiler/GHC/Builtin/primops.txt.pp
Changes:
=====================================
compiler/GHC/Builtin/primops.txt.pp
=====================================
@@ -1953,7 +1953,9 @@ primop CompareByteArraysOp "compareByteArrays#" GenPrimOp
specified ranges, but this is not checked. Returns an 'Int#'
less than, equal to, or greater than zero if the range is found,
respectively, to be byte-wise lexicographically less than, to
- match, or be greater than the second range.}
+ match, or be greater than the second range.
+
+ @since 0.5.2.0}
with
can_fail = True
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ee20da340e5a9082637d05f4d72a5f64e3863316
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ee20da340e5a9082637d05f4d72a5f64e3863316
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20230710/e2b1059f/attachment.html>
More information about the ghc-commits
mailing list