Agda-2.6.2.1.20220320: A dependently typed functional programming language and proof assistant
Safe HaskellSafe-Inferred
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.