Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. readDef :: Read a => a -> String -> a

    errors Control.Error

    No documentation available.

  2. readMay :: Read a => String -> Maybe a

    errors Control.Error

    No documentation available.

  3. readErr :: Read a => e -> String -> Either e a

    errors Control.Error.Safe

    A read that fails in the Either monad

  4. readZ :: (MonadPlus m, Read a) => String -> m a

    errors Control.Error.Safe

    A read that fails using mzero

  5. readPrefs :: FilePath -> IO Prefs

    haskeline System.Console.Haskeline

    Read Prefs from a given file. If there is an error reading the file, the defaultPrefs will be returned.

  6. readHistory :: FilePath -> IO History

    haskeline System.Console.Haskeline.History

    Reads the line input history from the given file. Returns emptyHistory if the file does not exist or could not be read.

  7. readCRL :: String -> IO CRL

    HsOpenSSL OpenSSL.PEM

    readCRL pem reads a Certificate Revocation List in PEM string.

  8. readDHParams :: String -> IO DHP

    HsOpenSSL OpenSSL.PEM

    readDHParams pem reads DH parameters in PEM string.

  9. readPkcs7 :: String -> IO Pkcs7

    HsOpenSSL OpenSSL.PEM

    readPkcs7 pem reads a PKCS#7 structure in PEM string.

  10. readPrivateKey :: String -> PemPasswordSupply -> IO SomeKeyPair

    HsOpenSSL OpenSSL.PEM

    readPrivateKey pem supply reads a private key in PEM string.

Page 125 of many | Previous | Next