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.
readP_to_E :: (String -> String) -> ReadP a a -> ReadE acabal-install Distribution.Deprecated.ReadP No documentation available.
readP_to_S :: ReadP a a -> ReadS acabal-install Distribution.Deprecated.ReadP Converts a parser into a Haskell ReadS-style function. This is the main way in which you can "run" a ReadP parser: the expanded type is readP_to_S :: ReadP a -> String -> [(a,String)]
readS_to_P :: ReadS a -> ReadP r acabal-install Distribution.Deprecated.ReadP Converts a Haskell ReadS-style function into a parser. Warning: This introduces local backtracking in the resulting parser, and therefore a possible inefficiency.
readConfiguration :: FilePath -> IO Configurationcabal2nix Distribution.Nixpkgs.Haskell.FromCabal.Configuration No documentation available.
readTarball :: Maybe UTCTime -> FilePath -> IO HackageDBcabal2nix Distribution.Nixpkgs.Haskell.Hackage No documentation available.
readMessage :: (Cipher c, DH d, Hash h) => ScrubbedBytes -> NoiseState c d h -> NoiseResult c d hcacophony Crypto.Noise Reads a handshake or transport message and returns the embedded payload. If the handshake fails, a HandshakeError will be returned. After the handshake is complete, if decryption fails a DecryptionError is returned. If a previous call to this function indicated that a pre-shared key is needed, it shall be provided as the payload. See the documentation of NoiseResult for details. To prevent catastrophic key re-use, this function may only be used to receive 2^64 - 1 post-handshake messages.
readHieFileCompat :: IORef NameCache -> FilePath -> IO HieFileResultcalligraphy Calligraphy.Compat.Lib No documentation available.
reader :: (MonadReader record m, Has part record) => (part -> a) -> m acan-i-haz Control.Monad.Reader.Has Retrieves a function of the part of the current environment. This is Control.Monad.Reader's reader with the type adjusted for better compatibility with Has.
reader_ :: HasReader tag r m => Proxy# tag -> (r -> a) -> m acapability Capability.Reader For technical reasons, this method needs an extra proxy argument. You only need it if you are defining new instances of HasReader. Otherwise, you will want to use reader. See reader for more documentation.
readFile :: (IOData a, MonadIO m) => FilePath -> m achunked-data Data.IOData No documentation available.