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. xmlns_atom_thread :: Attr

    feed Text.Atom.Feed.Export

    No documentation available.

  2. mutRead :: (MutableCollection c, PrimMonad prim) => c (PrimState prim) -> MutableKey c -> prim (MutableValue c)

    foundation Foundation.Collection

    No documentation available.

  3. mutUnsafeRead :: (MutableCollection c, PrimMonad prim) => c (PrimState prim) -> MutableKey c -> prim (MutableValue c)

    foundation Foundation.Collection

    No documentation available.

  4. 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

  5. fileMapReadWith :: FilePath -> (UArray Word8 -> IO a) -> IO a

    foundation Foundation.IO.FileMap

    Map in memory the whole content of a file,

  6. class Monad m => MonadReader (m :: Type -> Type)

    foundation Foundation.Monad.Reader

    No documentation available.

  7. runReaderT :: ReaderT r m a -> r -> m a

    foundation Foundation.Monad.Reader

    No documentation available.

  8. primAddrRead :: (PrimType ty, PrimMonad prim) => Addr# -> Offset ty -> prim ty

    foundation Foundation.Primitive

    Read a value from Addr in a specific primitive monad

  9. primMbaURead :: (PrimType ty, PrimMonad prim) => MutableByteArray# (PrimState prim) -> Offset ty -> prim ty

    foundation Foundation.Primitive

    Read an element at an index in a mutable array

  10. primVarRead :: PrimMonad m => PrimVar m a -> m a

    foundation Foundation.Primitive

    Read the variable in the Prim Monad

Page 636 of many | Previous | Next