uni-util-2.3.0.2: Utilities for the uniform workbench

Safe HaskellSafe
LanguageHaskell98

Util.IOExtras

Description

Little functions connected with IO

Documentation

catchEOF :: IO a -> IO (Maybe a) Source #

simpleModifyIORef :: IORef a -> (a -> (a, b)) -> IO b Source #