Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. type FileReadMoreCallback = ByteString -> IO Bool

    gio System.GIO.File.File

    No documentation available.

  2. fileRead :: FileClass file => file -> Maybe Cancellable -> IO FileInputStream

    gio System.GIO.File.File

    Opens a file for reading. The result is a FileInputStream that can be used to read the contents of the file. If cancellable is not Nothing, then the operation can be cancelled by triggering the cancellable object from another thread. If the operation was cancelled, the error IoErrorCancelled will be returned. If the file does not exist, the IoErrorNotFound error will be returned. If the file is a directory, the IoErrorIsDirectory error will be returned. Other errors are possible too, and depend on what kind of filesystem the file is on.

  3. fileReadAsync :: FileClass file => file -> Int -> Maybe Cancellable -> AsyncReadyCallback -> IO ()

    gio System.GIO.File.File

    Asynchronously opens file for reading. For more details, see fileRead which is the synchronous version of this call. When the operation is finished, callback will be called. You can then call fileReadFinish to get the result of the operation.

  4. fileReadFinish :: FileClass file => file -> AsyncResult -> IO FileInputStream

    gio System.GIO.File.File

    Finishes an asynchronous file read operation started with fileReadAsync.

  5. fileSupportsThreadContexts :: FileClass file => file -> IO Bool

    gio System.GIO.File.File

    Checks if file supports thread-default contexts. If this returns False, you cannot perform asynchronous operations on file in a thread that has a thread-default context.

  6. fileAttributeAccessCanRead :: String

    gio System.GIO.File.FileAttribute

    No documentation available.

  7. fileAttributeFilesystemReadonly :: String

    gio System.GIO.File.FileAttribute

    No documentation available.

  8. IoErrorAlreadyMounted :: IOErrorEnum

    gio System.GIO.File.IOError

    No documentation available.

  9. IoErrorReadOnly :: IOErrorEnum

    gio System.GIO.File.IOError

    No documentation available.

  10. glp_mpl_read_data :: Ptr MathProgWorkspace -> CString -> IO MathProgResult

    glpk-headers Math.Programming.Glpk.Header

    No documentation available.

Page 703 of many | Previous | Next