Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
readWord64OffAddr# :: Addr# -> Int# -> State# d -> (# State# d, Word# #)word-compat GHC.Prim.Compat No documentation available.
readWord8Array# :: MutableByteArray# d -> Int# -> State# d -> (# State# d, Word# #)word-compat GHC.Prim.Compat No documentation available.
readWord8OffAddr# :: Addr# -> Int# -> State# d -> (# State# d, Word# #)word-compat GHC.Prim.Compat No documentation available.
-
xmonad XMonad interface to the X11 library function XReadBitmapFile.
reader :: MonadReader r m => (r -> a) -> m axmonad XMonad Retrieves a function of the current environment.
readsLayout :: Layout a -> String -> [(Layout a, String)]xmonad XMonad.Core Using the Layout as a witness, parse existentially wrapped windows from a String.
-
xmonad XMonad.Operations Read the state of a previous xmonad instance from a file and return that state. The state file is removed after reading it.
readParse :: Read a => Parse aAgda Agda.Interaction.Base No documentation available.
readsToParse :: String -> (String -> Maybe (a, String)) -> Parse aAgda Agda.Interaction.Base Converter from the type of reads to Parse The first paramter is part of the error message in case the parse fails.
readInterface :: InterfaceFile -> TCM (Maybe Interface)Agda Agda.Interaction.Imports Read interface file corresponding to a module.