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.
readDef :: Read a => a -> String -> aerrors Control.Error No documentation available.
readMay :: Read a => String -> Maybe aerrors Control.Error No documentation available.
readErr :: Read a => e -> String -> Either e aerrors Control.Error.Safe readZ :: (MonadPlus m, Read a) => String -> m aerrors Control.Error.Safe readPrefs :: FilePath -> IO Prefshaskeline System.Console.Haskeline Read Prefs from a given file. If there is an error reading the file, the defaultPrefs will be returned.
readHistory :: FilePath -> IO Historyhaskeline 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.
-
HsOpenSSL OpenSSL.PEM readCRL pem reads a Certificate Revocation List in PEM string.
readDHParams :: String -> IO DHPHsOpenSSL OpenSSL.PEM readDHParams pem reads DH parameters in PEM string.
readPkcs7 :: String -> IO Pkcs7HsOpenSSL OpenSSL.PEM readPkcs7 pem reads a PKCS#7 structure in PEM string.
readPrivateKey :: String -> PemPasswordSupply -> IO SomeKeyPairHsOpenSSL OpenSSL.PEM readPrivateKey pem supply reads a private key in PEM string.