Raaz.Core.Memory

The Memory subsystem.

class Memory m

copyMemory

A basic memory cell.

data MemoryCell a

Initialising and extracting.

class Initialisable m v

class Extractable m v

Actions on memory elements.

data MT mem a

execute

getMemory

liftSubMT

modify

Some low level MT actions.

getMemoryPointer

withPointer

allocate

Generic memory monads.

class MonadMemory m

data MemoryM a

runMT

Memory allocation

type Alloc mem

pointerAlloc