[Git][ghc/ghc][master] Add since annotation for showHFloat
Marge Bot (@marge-bot)
gitlab at gitlab.haskell.org
Mon Nov 13 21:25:46 UTC 2023
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
0745c34d by Andrew Lelechenko at 2023-11-13T16:25:07-05:00
Add since annotation for showHFloat
- - - - -
1 changed file:
- libraries/base/src/Numeric.hs
Changes:
=====================================
libraries/base/src/Numeric.hs
=====================================
@@ -243,6 +243,8 @@ similar to the @%a@ specifier in C's printf.
"-0x1.9851ecp3"
>>> showHFloat (-0 :: Double) ""
"-0x0p+0"
+
+ at since 4.11.0.0
-}
showHFloat :: RealFloat a => a -> ShowS
showHFloat = showString . fmt
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/0745c34de69374f4eec832c9b30192aa5aed0424
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/0745c34de69374f4eec832c9b30192aa5aed0424
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/20231113/eaabfb17/attachment.html>
More information about the ghc-commits
mailing list