var-0.2.0.0: Mutable variables and tuples

Maintainerandy22286@gmail.com
Safe HaskellSafe-Inferred

Data.Var.ST

Description

 

Synopsis

Documentation

type STVar = STRefSource

a value of type STVar s a is a mutable variable in state thread s, containing a value of type a

data STUVar s a Source

a value of type STUVar s a is a mutable variable in state thread s, containing an unboxed value of type a

Instances

Typeable2 STUVar 
ByteArraySlice a => Var (STUVar s) a (ST s) 
ByteArraySlice a => Var (STUVar s) a (ST s) 
Eq (STUVar s a)