halive-0.1.0.5: A live recompiler

Safe HaskellSafe-Inferred
LanguageHaskell2010

Halive.Utils

Synopsis

Documentation

reacquire :: forall a. Word32 -> IO a -> IO a Source

Takes a unique integer representing your value, along with an IO action to create the first instance of your value to be used on subsequent recompilations.