primitive-extras-0.1.3: Extras for the "primitive" library

Safe HaskellNone
LanguageHaskell2010

PrimitiveExtras.IO

Documentation

generateArray :: Int -> (Int -> IO a) -> IO (Array a) Source #