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.
setOwnerReadable :: Bool -> Permissions -> Permissionsdirectory System.Directory No documentation available.
openFileForRead :: OsPath -> IO Handledirectory System.Directory.Internal No documentation available.
setOwnerReadable :: Bool -> Permissions -> Permissionsdirectory System.Directory.OsPath No documentation available.
unsafeRead :: (MArray a e m, Ix i) => a i e -> Int -> m earray Data.Array.Base No documentation available.
-
binary Data.Binary.Get Get the total number of bytes read to this point.
BytesRead :: Int64 -> (Int64 -> Decoder a) -> Decoder abinary 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.
-
binary Data.Binary.Get.Internal Get the total number of bytes read to this point.
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.
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.
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.