ref-0.1.0.0: Mutable references

Maintainerandy22286@gmail.com
Safe HaskellSafe-Inferred

Data.Ref.IO

Description

 

Synopsis

Documentation

data IORef a

A mutable variable in the IO monad

Instances