-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | A live recompiler -- @package halive @version 0.1.0.1 module Halive.Utils -- | 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. reacquire :: Word32 -> IO a -> IO a