Hoogle Search
Within LTS Haskell 24.33 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
sandwich Test.Sandwich.Logging Like readCreateProcess, but capture the stderr output in the logs. Every line output by the process will be fed to a debug call.
-
sandwich Test.Sandwich.Logging Like readCreateProcess, but capture the stderr output in the logs.
readEither :: Read a => Text -> Either Text ascotty Web.Scotty Useful for creating Parsable instances for things that already implement Read. Ex:
instance Parsable Int where parseParam = readEither
readEither :: Read a => Text -> Either Text ascotty Web.Scotty.Trans Useful for creating Parsable instances for things that already implement Read. Ex:
instance Parsable Int where parseParam = readEither
readEither :: Read a => Text -> Either Text ascotty Web.Scotty.Trans.Strict Useful for creating Parsable instances for things that already implement Read. Ex:
instance Parsable Int where parseParam = readEither
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.
readBuffer :: StateVar BufferModeOpenGL Graphics.Rendering.OpenGL.GL.ReadCopyPixels No documentation available.
readPixels :: Position -> Size -> PixelData a -> IO ()OpenGL Graphics.Rendering.OpenGL.GL.ReadCopyPixels No documentation available.
-
X11 Graphics.X11.Xlib.Misc interface to the X11 library function XReadBitmapFile.
readFile :: FilePath -> IO Bytesbyteslice Data.Bytes Read an entire file strictly into a Bytes.