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

Safe HaskellSafe
LanguageHaskell98

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.