Copyright | (c) Andrey Mulik 2019 |
---|---|
License | BSD-style |
Maintainer | work.a.mulik@gmail.com |
Portability | portable |
Safe Haskell | Safe |
Language | Haskell2010 |
SDP.ByteList.IO provides IOByteList
- mutable strict unboxed unrolled
linked list type.
Synopsis
- module SDP.IndexedM
- module SDP.Unboxed
- module SDP.SortM
- type MIOByteList io = AnyBorder (MIOUblist io)
- type IOByteList = AnyBorder IOUblist
Exports
module SDP.IndexedM
module SDP.Unboxed
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
.