Skip to content
Snippets Groups Projects
Commit 0745c34d authored by Bodigrim's avatar Bodigrim Committed by Marge Bot
Browse files

Add since annotation for showHFloat

parent a7492048
No related branches found
No related tags found
No related merge requests found
......@@ -243,6 +243,8 @@ similar to the @%a@ specifier in C's printf.
"-0x1.9851ecp3"
>>> showHFloat (-0 :: Double) ""
"-0x0p+0"
@since 4.11.0.0
-}
showHFloat :: RealFloat a => a -> ShowS
showHFloat = showString . fmt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment