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

SDP.ByteList.IO

Description

SDP.ByteList.IO provides IOByteList - mutable strict unboxed unrolled linked list type.

Synopsis

Exports

module SDP.SortM

MonadIO and IO ByteLists

type MIOByteList io = AnyBorder (MIOUblist io) Source #

MIOByteList is mutable version of ByteList.

type IOByteList = AnyBorder IOUblist Source #

IOByteList is mutable version of ByteList.