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.

  1. readP_to_E :: (String -> String) -> ReadP a a -> ReadE a

    cabal-install Distribution.Deprecated.ReadP

    No documentation available.

  2. readP_to_S :: ReadP a a -> ReadS a

    cabal-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)]

  3. readS_to_P :: ReadS a -> ReadP r a

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

  4. readConfiguration :: FilePath -> IO Configuration

    cabal2nix Distribution.Nixpkgs.Haskell.FromCabal.Configuration

    No documentation available.

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

    cabal2nix Distribution.Nixpkgs.Haskell.Hackage

    No documentation available.

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

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

    calligraphy Calligraphy.Compat.Lib

    No documentation available.

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

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

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

    chunked-data Data.IOData

    No documentation available.

Page 304 of many | Previous | Next