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. formatScientificBuilder :: FPFormat -> Maybe Int -> Scientific -> Builder

    scientific Data.ByteString.Builder.Scientific

    Like scientificBuilder but provides rendering options.

  2. formatScientific :: FPFormat -> Maybe Int -> Scientific -> String

    scientific Data.Scientific

    Like show but provides rendering options.

  3. formatScientificBuilder :: FPFormat -> Maybe Int -> Scientific -> Builder

    scientific Data.Text.Lazy.Builder.Scientific

    Like scientificBuilder but provides rendering options.

  4. forwardOptions :: InfoMod a

    optparse-applicative Options.Applicative

    Intersperse matched options and arguments normally, but allow unmatched options to be treated as positional arguments. This is sometimes useful if one is wrapping a third party cli tool and needs to pass options through, while also providing a handful of their own options. Not recommended in general as typos by the user may not yield a parse error and cause confusion.

  5. forwardOptions :: InfoMod a

    optparse-applicative Options.Applicative.Builder

    Intersperse matched options and arguments normally, but allow unmatched options to be treated as positional arguments. This is sometimes useful if one is wrapping a third party cli tool and needs to pass options through, while also providing a handful of their own options. Not recommended in general as typos by the user may not yield a parse error and cause confusion.

  6. formDataBody :: MonadIO m => [Part] -> Request -> m Request

    http-client Network.HTTP.Client.MultipartFormData

    Add form data to the Request. This sets a new requestBody, adds a content-type request header and changes the method to POST.

  7. formDataBodyWithBoundary :: Applicative m => ByteString -> [PartM m] -> Request -> m Request

    http-client Network.HTTP.Client.MultipartFormData

    Add form data with supplied boundary

  8. forConcurrently :: (MonadUnliftIO m, Traversable t) => t a -> (a -> m b) -> m (t b)

    unliftio UnliftIO.Async

    Similar to mapConcurrently but with arguments flipped

  9. forConcurrently_ :: (MonadUnliftIO m, Foldable f) => f a -> (a -> m b) -> m ()

    unliftio UnliftIO.Async

    Similar to mapConcurrently_ but with arguments flipped

  10. forkFinally :: MonadUnliftIO m => m a -> (Either SomeException a -> m ()) -> m ThreadId

    unliftio UnliftIO.Concurrent

    Unlifted version of forkFinally.

Page 18 of many | Previous | Next