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.

  1. readConfiguration :: FilePath -> IO Configuration

    cabal2nix Distribution.Nixpkgs.Haskell.FromCabal.Configuration

    No documentation available.

  2. readTarball :: Maybe UTCTime -> FilePath -> IO HackageDB

    cabal2nix Distribution.Nixpkgs.Haskell.Hackage

    No documentation available.

  3. readMessage :: (Cipher c, DH d, Hash h) => ScrubbedBytes -> NoiseState c d h -> NoiseResult c d h

    cacophony 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.

  4. readHieFileCompat :: IORef NameCache -> FilePath -> IO HieFileResult

    calligraphy Calligraphy.Compat.Lib

    No documentation available.

  5. reader :: (MonadReader record m, Has part record) => (part -> a) -> m a

    can-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.

  6. reader_ :: HasReader tag r m => Proxy# tag -> (r -> a) -> m a

    capability 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.

  7. readFile :: (IOData a, MonadIO m) => FilePath -> m a

    chunked-data Data.IOData

    No documentation available.

  8. readFreshManifest :: [TopEntityT] -> (BindingMap, Id) -> CompiledPrimMap -> ClashOpts -> UTCTime -> FilePath -> IO (Maybe [UnexpectedModification], Maybe Manifest, ByteString)

    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.
    Raises an exception if the manifest file or any of the files it is referring to was inaccessible.

  9. 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.

  10. readerP :: forall (m :: Type -> Type) r i o u a . Monad m => (r -> Pipe i o u m a) -> Pipe i o u (ReaderT r m) a

    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.

Page 302 of many | Previous | Next