haskus-binary-1.5: Haskus binary format manipulation

Safe HaskellNone
LanguageHaskell2010

Haskus.Memory.Typed

Description

Typed memory

Pointer-like datatypes with an additional phantom type indicating their memory layout

Synopsis

Documentation

newtype BufferT (t :: k) mut pin fin heap Source #

Typed buffer

Constructors

BufferT (Buffer mut pin fin heap) 

newtype PointerT (t :: k) mut fin Source #

Typed pointer

Constructors

PointerT (Pointer mut fin) 

newtype PtrT (t :: k) Source #

Typed raw pointer

Constructors

PtrT (Ptr ())