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.
-
feed Text.Atom.Feed.Export No documentation available.
-
foundation Foundation.Collection No documentation available.
-
foundation Foundation.Collection No documentation available.
fileMapRead :: FilePath -> IO (UArray Word8)foundation Foundation.IO.FileMap Map in memory the whole content of a file. Once the array goes out of scope, the memory get (eventually) unmap
fileMapReadWith :: FilePath -> (UArray Word8 -> IO a) -> IO afoundation Foundation.IO.FileMap Map in memory the whole content of a file,
class Monad m =>
MonadReader (m :: Type -> Type)foundation Foundation.Monad.Reader No documentation available.
runReaderT :: ReaderT r m a -> r -> m afoundation Foundation.Monad.Reader No documentation available.
primAddrRead :: (PrimType ty, PrimMonad prim) => Addr# -> Offset ty -> prim tyfoundation Foundation.Primitive Read a value from Addr in a specific primitive monad
-
foundation Foundation.Primitive Read an element at an index in a mutable array
primVarRead :: PrimMonad m => PrimVar m a -> m afoundation Foundation.Primitive Read the variable in the Prim Monad