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.
-
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.
readline :: String -> IM (Maybe String)Agda Agda.Interaction.Monad Line reader. The line reader history is not stored between sessions.
readTokens :: [String] -> [Token]Agda Agda.Mimer.Options No documentation available.
readFilePM :: RangeFile -> PM TextAgda Agda.Syntax.Parser Returns the contents of the given file.