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.
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.
readDouble :: String -> Maybe Doublebasement Basement.String Try to read a Double
readFloatingExact :: String -> ReadFloatingCallback a -> Maybe abasement Basement.String Read an Floating like number of the form:
Call a function with:- A boolean representing if the number is negative
- The digits part represented as a single natural number (123.456 is represented as 123456)
- The number of digits in the fractional part (e.g. 123.456 => 3)
- The exponent if any
readInteger :: String -> Maybe Integerbasement Basement.String No documentation available.
-
basement Basement.String Read an Integer from a String Consume an optional minus sign and many digits until end of string.
readNatural :: String -> Maybe Naturalbasement Basement.String Read a Natural from a String Consume many digits until end of string.
readRational :: String -> Maybe Rationalbasement Basement.String Try to read a floating number as a Rational Note that for safety reason, only exponent between -10000 and 10000 is allowed as otherwise DoS/OOM is very likely. if you don't want this behavior, switching to a scientific type (not provided yet) that represent the exponent separately is the advised solution.
readFile :: FilePath -> IO Bytesbyteslice Data.Bytes Read an entire file strictly into a Bytes.