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. readCreateProcessWithLogging' :: (HasCallStack, MonadUnliftIO m, MonadLogger m) => LogLevel -> CreateProcess -> String -> m String

    sandwich Test.Sandwich.Logging

    Like readCreateProcess, but capture the stderr output in the logs.

  2. readEither :: Read a => Text -> Either Text a

    scotty Web.Scotty

    Useful for creating Parsable instances for things that already implement Read. Ex:

    instance Parsable Int where parseParam = readEither
    

  3. readEither :: Read a => Text -> Either Text a

    scotty Web.Scotty.Trans

    Useful for creating Parsable instances for things that already implement Read. Ex:

    instance Parsable Int where parseParam = readEither
    

  4. readEither :: Read a => Text -> Either Text a

    scotty Web.Scotty.Trans.Strict

    Useful for creating Parsable instances for things that already implement Read. Ex:

    instance Parsable Int where parseParam = readEither
    

  5. readUnicodeWidthTable :: FilePath -> IO (Either String UnicodeWidthTable)

    vty Graphics.Vty.UnicodeWidthTable.IO

    Load a binary unicode width table from the specified file. This either returns a successfully parsed table or a table parsing error message. This does not handle I/O exceptions.

  6. readBuffer :: StateVar BufferMode

    OpenGL Graphics.Rendering.OpenGL.GL.ReadCopyPixels

    No documentation available.

  7. readPixels :: Position -> Size -> PixelData a -> IO ()

    OpenGL Graphics.Rendering.OpenGL.GL.ReadCopyPixels

    No documentation available.

  8. readBitmapFile :: Display -> Drawable -> String -> IO (Either String (Dimension, Dimension, Pixmap, Maybe CInt, Maybe CInt))

    X11 Graphics.X11.Xlib.Misc

    interface to the X11 library function XReadBitmapFile.

  9. readFile :: FilePath -> IO Bytes

    byteslice Data.Bytes

    Read an entire file strictly into a Bytes.

  10. readFile :: FilePath -> IO Chunks

    byteslice Data.Bytes.Chunks

    Read an entire file strictly into chunks. If reading from a regular file, this makes an effort read the file into a single chunk.

Page 152 of many | Previous | Next