Hoogle Search
Within LTS Haskell 24.33 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
mapRand :: ((a, g) -> (b, g)) -> Rand g a -> Rand g bMonadRandom Control.Monad.Random.Strict Map both the return value and final generator of a computation using the given function.
mapRandT :: (m (a, g) -> n (b, g)) -> RandT g m a -> RandT g n bMonadRandom Control.Monad.Random.Strict Map both the return value and final generator of a computation using the given function.
mapRand :: ((a, g) -> (b, g)) -> Rand g a -> Rand g bMonadRandom Control.Monad.Trans.Random.Lazy Map both the return value and final generator of a computation using the given function.
mapRandT :: (m (a, g) -> n (b, g)) -> RandT g m a -> RandT g n bMonadRandom Control.Monad.Trans.Random.Lazy Map both the return value and final generator of a computation using the given function.
mapRand :: ((a, g) -> (b, g)) -> Rand g a -> Rand g bMonadRandom Control.Monad.Trans.Random.Strict Map both the return value and final generator of a computation using the given function.
mapRandT :: (m (a, g) -> n (b, g)) -> RandT g m a -> RandT g n bMonadRandom Control.Monad.Trans.Random.Strict Map both the return value and final generator of a computation using the given function.
mappedFileFree :: (HasCallStack, MonadIO m) => MappedFile -> m ()gi-glib GI.GLib.Structs.MappedFile Deprecated: (Since version 2.22)Use mappedFileUnref instead.
mappedFileGetBytes :: (HasCallStack, MonadIO m) => MappedFile -> m Bytesgi-glib GI.GLib.Structs.MappedFile Creates a new Bytes which references the data mapped from file. The mapped contents of the file must not be modified after creating this bytes object, because a Bytes should be immutable. Since: 2.34
mappedFileGetContents :: (HasCallStack, MonadIO m) => MappedFile -> m Textgi-glib GI.GLib.Structs.MappedFile Returns the contents of a MappedFile. Note that the contents may not be zero-terminated, even if the MappedFile is backed by a text file. If the file is empty then Nothing is returned. Since: 2.8
mappedFileGetLength :: (HasCallStack, MonadIO m) => MappedFile -> m CSizegi-glib GI.GLib.Structs.MappedFile Returns the length of the contents of a MappedFile. Since: 2.8