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.

  1. fshowFloat :: DispFloat a => a -> ShowS

    floatshow 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.

  2. fshowGFloat :: DispFloat a => Maybe Int -> a -> ShowS

    floatshow 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.

  3. fshowList :: FShow a => [a] -> ShowS

    floatshow Text.FShow.RealFloat

    No documentation available.

  4. fshows :: FShow a => a -> ShowS

    floatshow Text.FShow.RealFloat

    Same as shows, but using an FShow instance.

  5. fshowsPrec :: FShow a => Int -> a -> ShowS

    floatshow Text.FShow.RealFloat

    No documentation available.

  6. unShowly :: Showly -> [String]

    generic-data-functions Generic.Data.Function.Example

    No documentation available.

  7. Opt_DiagnosticsShowCaret :: GeneralFlag

    ghc-lib GHC

    No documentation available.

  8. Opt_PprShowTicks :: GeneralFlag

    ghc-lib GHC

    No documentation available.

  9. Opt_PrintEvldWithShow :: GeneralFlag

    ghc-lib GHC

    No documentation available.

  10. Opt_ShowDocsOfHoleFits :: GeneralFlag

    ghc-lib GHC

    No documentation available.

Page 399 of many | Previous | Next