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.
-
ptr-poker PtrPoker.Poke Abstraction over an IO action, which takes a pointer, populates it and produces a pointer right after the populated data.
Poke :: (Ptr Word8 -> IO (Ptr Word8)) -> Pokeptr-poker PtrPoker.Poke No documentation available.
-
No documentation available.
-
pvar Data.Primitive.PVar Mutable variable with primitive value.
-
pvar Data.Primitive.PVar Class of types supporting primitive array operations. This includes interfacing with GC-managed memory (functions suffixed with ByteArray#) and interfacing with unmanaged memory (functions suffixed with Addr#). Endianness is platform-dependent.
class Monad m =>
PrimMonad (m :: Type -> Type)pvar Data.Primitive.PVar Class of monads which can perform primitive state-transformer actions.
-
pvar Data.Primitive.PVar.Unsafe Mutable variable with primitive value.
PVar :: MutableByteArray# s -> PVar a spvar Data.Primitive.PVar.Unsafe No documentation available.
-
No documentation available.
-
No documentation available.