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.
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.
-
clash-lib Clash.Driver.Manifest Reads a manifest file. Does not return manifest file if:
- Caching is disabled through -fclash-no-cache.
- Manifest could not be found.
- Cache is stale. This could be triggered by any of the given arguments.
readManifest :: FromJSON a => FilePath -> IO (Maybe a)clash-lib Clash.Driver.Manifest Read a manifest file from disk. Returns Nothing if file does not exist. Any other IO exception is re-raised.
-
conduino Data.Conduino.Lift Turn a "parameterized Pipe" into a Pipe that runs over ReaderT, so you can chain it with other ReaderT pipes. Essentially, instead of directly providing the r in an r -> Pipe i o u m a, the r instead comes from the globally shared environment.