uni-util-2.2.1.2: Utilities for the uniform workbench

Safe HaskellSafe-Infered

Util.IOExtras

Description

Little functions connected with IO

Documentation

simpleModifyIORef :: IORef a -> (a -> (a, b)) -> IO bSource