sdp-0.2: Simple Data Processing
Copyright(c) Andrey Mulik 2019
LicenseBSD-style
Maintainerwork.a.mulik@gmail.com
Portabilityportable
Safe HaskellSafe
LanguageHaskell2010

SDP.Array.IO

Description

"SDP.Array.IO provides IOArray - mutable lazy boxed array type.

Synopsis

Exports

module SDP.SortM

MonadIO and IO Array

type MIOArray io = AnyBorder (MIOArray# io) Source #

MIOArray is mutable version of Array.

type IOArray = AnyBorder IOArray# Source #

IOArray is mutable version of Array.