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. unsafeRead :: PrimMonad prim => MArray ty (PrimState prim) -> Offset ty -> prim ty

    basement Basement.BoxedArray

    read from a cell in a mutable array without bounds checking. Reading from invalid memory can return unpredictable and invalid values. use read if unsure.

  2. runReader :: Reader r (m :: Type -> Type) a -> r -> m a

    basement Basement.Compat.MonadTrans

    No documentation available.

  3. OOB_Read :: OutOfBoundOperation

    basement Basement.Exception

    No documentation available.

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

    basement Basement.Monad

    Read the variable in the Prim Monad

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

    basement Basement.PrimType

    Read a value from Addr in a specific primitive monad

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

    basement Basement.PrimType

    No documentation available.

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

    basement Basement.PrimType

    Read an element at an index in a mutable array

  8. primMutableArrayRead :: PrimMonad prim => MutableArray# (PrimState prim) ty -> Offset ty -> prim ty

    basement Basement.PrimType

    No documentation available.

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

    basement Basement.UArray

    Read a value from Addr in a specific primitive monad

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

    basement Basement.UArray

    Read an element at an index in a mutable array

Page 519 of many | Previous | Next