KiCS-0.9.3: A compiler from Curry to Haskell

Safe HaskellSafe-Infered

Curry.Module.IOExts

Documentation

newIORef :: Curry t0 => t0 -> Result (C_IO (C_IORef t0))Source

c_readCompleteFile'46f'467 :: (Curry t0, Curry t1) => List t0 -> t1 -> State -> t1Source

c_writeIORef :: Curry t0 => C_IORef t0 -> t0 -> State -> C_IO T0Source

c_newIORef :: Curry t0 => t0 -> State -> C_IO (C_IORef t0)Source