uni-util-2.3.0.0: Utilities for the uniform workbench

Safe HaskellSafe-Inferred

Util.IOExtras

Description

Little functions connected with IO

Documentation

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