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. setOwnerReadable :: Bool -> Permissions -> Permissions

    directory System.Directory

    No documentation available.

  2. openFileForRead :: OsPath -> IO Handle

    directory System.Directory.Internal

    No documentation available.

  3. setOwnerReadable :: Bool -> Permissions -> Permissions

    directory System.Directory.OsPath

    No documentation available.

  4. unsafeRead :: (MArray a e m, Ix i) => a i e -> Int -> m e

    array Data.Array.Base

    No documentation available.

  5. bytesRead :: Get Int64

    binary Data.Binary.Get

    Get the total number of bytes read to this point.

  6. BytesRead :: Int64 -> (Int64 -> Decoder a) -> Decoder a

    binary Data.Binary.Get.Internal

    The decoder needs to know the current position in the input. Given the number of bytes remaning in the decoder, the outer decoder runner needs to calculate the position and resume the decoding.

  7. bytesRead :: Get Int64

    binary Data.Binary.Get.Internal

    Get the total number of bytes read to this point.

  8. tryReadTBQueue :: TBQueue a -> STM (Maybe a)

    stm Control.Concurrent.STM.TBQueue

    A version of readTBQueue which does not retry. Instead it returns Nothing if no value is available.

  9. tryReadTChan :: TChan a -> STM (Maybe a)

    stm Control.Concurrent.STM.TChan

    A version of readTChan which does not retry. Instead it returns Nothing if no value is available.

  10. tryReadTMVar :: TMVar a -> STM (Maybe a)

    stm Control.Concurrent.STM.TMVar

    A version of readTMVar which does not retry. Instead it returns Nothing if no value is available.

Page 450 of many | Previous | Next