Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
fshowFloat :: DispFloat a => a -> ShowSfloatshow Text.FShow.RealFloat Show a signed DispFloat value to full precision using standard decimal notation for arguments whose absolute value lies between 0.1 and 9,999,999, and scientific notation otherwise. Analogous to showFloat from GHC.Float.
fshowGFloat :: DispFloat a => Maybe Int -> a -> ShowSfloatshow Text.FShow.RealFloat Show a signed DispFloat value using standard decimal notation for arguments whose absolute value lies between 0.1 and 9,999,999, and scientific notation otherwise. In the call fshowGFloat digs val, if digs is Nothing, the value is shown to full precision; if digs is Just d, then max 1 d digits after the decimal point are shown. Analogous to showGFloat from Numeric.
fshowList :: FShow a => [a] -> ShowSfloatshow Text.FShow.RealFloat No documentation available.
fshows :: FShow a => a -> ShowSfloatshow Text.FShow.RealFloat fshowsPrec :: FShow a => Int -> a -> ShowSfloatshow Text.FShow.RealFloat No documentation available.
unShowly :: Showly -> [String]generic-data-functions Generic.Data.Function.Example No documentation available.
Opt_DiagnosticsShowCaret :: GeneralFlagghc-lib GHC No documentation available.
Opt_PprShowTicks :: GeneralFlagghc-lib GHC No documentation available.
Opt_PrintEvldWithShow :: GeneralFlagghc-lib GHC No documentation available.
Opt_ShowDocsOfHoleFits :: GeneralFlagghc-lib GHC No documentation available.