Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. readerP :: forall (m :: Type -> Type) i a' a b' b r . Monad m => (i -> Proxy a' a b' b m r) -> Proxy a' a b' b (ReaderT i m) r

    pipes Pipes.Lift

    Wrap the base monad in ReaderT

  2. readLn :: forall (m :: Type -> Type) a . (MonadIO m, Read a) => Producer' a m ()

    pipes Pipes.Prelude

    read values from stdin, ignoring failed parses

  3. readGiRepository :: Bool -> Text -> Maybe Text -> [FilePath] -> IO Document

    haskell-gi Data.GI.GIR.Repository

    Try to load the `.gir` file corresponding to the given repository

  4. readColourName :: (MonadFail m, Monad m, Ord a, Floating a) => String -> m (Colour a)

    colour Data.Colour.Names

    No documentation available.

  5. readIntegral :: Num a => String -> Maybe a

    yesod-core Yesod.Core

    No documentation available.

  6. readable :: Permissions -> Bool

    path-io Path.IO

    No documentation available.

  7. readBitmap :: FilePath -> IO (Either String DynamicImage)

    JuicyPixels Codec.Picture

    Try to load a .bmp file. The colorspace would be RGB, RGBA or Y.

  8. readGif :: FilePath -> IO (Either String DynamicImage)

    JuicyPixels Codec.Picture

    Helper function trying to load a gif file from a file on disk.

  9. readGifImages :: FilePath -> IO (Either String [DynamicImage])

    JuicyPixels Codec.Picture

    Helper function trying to load all the images of an animated gif file.

  10. readHDR :: FilePath -> IO (Either String DynamicImage)

    JuicyPixels Codec.Picture

    Try to load a .pic file. The colorspace can only be RGB with floating point precision.

Page 117 of many | Previous | Next