Hoogle Search

Within LTS Haskell 24.42 (ghc-9.10.3)

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

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

    pipes Pipes.Prelude

    read values from stdin, ignoring failed parses

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

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

    colour Data.Colour.Names

    No documentation available.

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

    yesod-core Yesod.Core

    No documentation available.

  5. readable :: Permissions -> Bool

    path-io Path.IO

    No documentation available.

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

    JuicyPixels Codec.Picture

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

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

    JuicyPixels Codec.Picture

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

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

    JuicyPixels Codec.Picture

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

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

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

    JuicyPixels Codec.Picture

    Load an image file without even thinking about it, it does everything as decodeImage

Page 117 of many | Previous | Next