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.
type
FileReadMoreCallback = ByteString -> IO Boolgio System.GIO.File.File No documentation available.
fileRead :: FileClass file => file -> Maybe Cancellable -> IO FileInputStreamgio 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.
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.
fileReadFinish :: FileClass file => file -> AsyncResult -> IO FileInputStreamgio System.GIO.File.File Finishes an asynchronous file read operation started with fileReadAsync.
fileSupportsThreadContexts :: FileClass file => file -> IO Boolgio 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.
fileAttributeAccessCanRead :: Stringgio System.GIO.File.FileAttribute No documentation available.
fileAttributeFilesystemReadonly :: Stringgio System.GIO.File.FileAttribute No documentation available.
IoErrorAlreadyMounted :: IOErrorEnumgio System.GIO.File.IOError No documentation available.
IoErrorReadOnly :: IOErrorEnumgio System.GIO.File.IOError No documentation available.
glp_mpl_read_data :: Ptr MathProgWorkspace -> CString -> IO MathProgResultglpk-headers Math.Programming.Glpk.Header No documentation available.