Agda-2.5.3: A dependently typed functional programming language and proof assistant

Safe HaskellSafe
LanguageHaskell2010

Agda.Utils.IORef

Description

Utilities for Data.IORef.

Synopsis

Documentation

module Data.IORef

readModifyIORef' :: IORef a -> (a -> a) -> IO a Source #

Read IORef, modify it strictly, and return old value.