var-0.2.0.0: Mutable variables and tuples

Maintainerandy22286@gmail.com
Safe HaskellSafe-Inferred

Data.Var.IO

Description

 

Synopsis

Documentation

type IOVar = IORefSource

A mutable variable in the IO monad

data IOUVar a Source

A mutable variable containing an unboxed value of type a in the IO monad