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.
unsafeRead :: PrimMonad prim => MArray ty (PrimState prim) -> Offset ty -> prim tybasement 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.
runReader :: Reader r (m :: Type -> Type) a -> r -> m abasement Basement.Compat.MonadTrans No documentation available.
OOB_Read :: OutOfBoundOperationbasement Basement.Exception No documentation available.
primVarRead :: PrimMonad m => PrimVar m a -> m abasement Basement.Monad Read the variable in the Prim Monad
primAddrRead :: (PrimType ty, PrimMonad prim) => Addr# -> Offset ty -> prim tybasement Basement.PrimType Read a value from Addr in a specific primitive monad
-
basement Basement.PrimType No documentation available.
-
basement Basement.PrimType Read an element at an index in a mutable array
primMutableArrayRead :: PrimMonad prim => MutableArray# (PrimState prim) ty -> Offset ty -> prim tybasement Basement.PrimType No documentation available.
primAddrRead :: (PrimType ty, PrimMonad prim) => Addr# -> Offset ty -> prim tybasement Basement.UArray Read a value from Addr in a specific primitive monad
-
basement Basement.UArray Read an element at an index in a mutable array