Hoogle Search

Within LTS Haskell 24.49 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. forceTag :: DeriveType -> Bool

    safecopy Data.SafeCopy.Internal

    No documentation available.

  2. formatRealFloatAltB :: RealFloat a => FPFormat -> Maybe Int -> Bool -> a -> Builder

    text-show TextShow.Data.Floating

    Converts a RealFloat value to a Builder, specifying if a decimal point should always be shown. Since: 2

  3. formatRealFloatB :: RealFloat a => FPFormat -> Maybe Int -> a -> Builder

    text-show TextShow.Data.Floating

    Like formatRealFloatAltB, except that the decimal is only shown for arguments whose absolute value is between 0.1 and 9,999,999. Since: 2

  4. foreignToTH :: DForeign -> Foreign

    th-desugar Language.Haskell.TH.Desugar.Sweeten

    No documentation available.

  5. forward :: (HasCallStack, WebDriver wd) => wd ()

    webdriver Test.WebDriver.Commands

    Navigate forward in the browser history.

  6. formatHtfStack :: HtfStack -> String

    HTF Test.Framework.TestInterface

    Formats a stack trace.

  7. forcep :: Posn -> Int

    HaXml Text.XML.HaXml.Posn

    Just used to strictify the internal values of a position, to avoid space leaks.

  8. forceEither :: Show e => Either e a -> a

    MissingH Data.Either.Utils

    Pulls a Right value out of an Either value. If the Either value is Left, raises an exception with "error".

  9. forceEitherMsg :: Show e => String -> Either e a -> a

    MissingH Data.Either.Utils

    Like forceEither, but can raise a specific message with the error.

  10. forceLookupM :: (Show key, Ord key) => String -> key -> Map key elt -> elt

    MissingH Data.Map.Utils

    Performs a lookup, and raises an exception (with an error message prepended with the given string) if the key could not be found.

Page 65 of many | Previous | Next