Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

  1. readSignedObject :: (ASN1Object a, Eq a, Show a) => FilePath -> IO [SignedExact a]

    crypton-x509-store Data.X509.File

    return all the signed objects in a file. (only one type at a time).

  2. readKeyFileFromMemory :: ByteString -> [PrivKey]

    crypton-x509-store Data.X509.Memory

    No documentation available.

  3. readSignedObjectFromMemory :: (ASN1Object a, Eq a, Show a) => ByteString -> [SignedExact a]

    crypton-x509-store Data.X509.Memory

    No documentation available.

  4. readCreateProcessWithExitCode :: CreateProcess -> ByteString -> IO (ExitCode, ByteString, ByteString)

    process-extras System.Process.ByteString

    No documentation available.

  5. readProcessWithExitCode :: FilePath -> [String] -> ByteString -> IO (ExitCode, ByteString, ByteString)

    process-extras System.Process.ByteString

    Specialized version for backwards compatibility.

  6. readCreateProcessWithExitCode :: CreateProcess -> ByteString -> IO (ExitCode, ByteString, ByteString)

    process-extras System.Process.ByteString.Lazy

    No documentation available.

  7. readProcessWithExitCode :: FilePath -> [String] -> ByteString -> IO (ExitCode, ByteString, ByteString)

    process-extras System.Process.ByteString.Lazy

    Specialized version for backwards compatibility.

  8. readCreateProcessWithExitCode :: CreateProcess -> Chars -> IO (ExitCode, Chars, Chars)

    process-extras System.Process.Chars

    No documentation available.

  9. readProcessWithExitCode :: FilePath -> [String] -> Chars -> IO (ExitCode, Chars, Chars)

    process-extras System.Process.Chars

    Specialized version for backwards compatibility.

  10. readChunks :: ListLikeProcessIO text char => Handle -> IO [text]

    process-extras System.Process.Common

    Read from a handle, returning a lazy list of the monoid a.

Page 134 of many | Previous | Next