| Copyright | (c) Andrey Mulik 2019 |
|---|---|
| License | BSD-style |
| Maintainer | work.a.mulik@gmail.com |
| Portability | portable |
| Safe Haskell | Safe |
| Language | Haskell2010 |
SDP.Unrolled.IO
Contents
Description
SDP.Unrolled.IO provides IOUnrolled - mutable lazy boxed unrolled linked
list type.
Synopsis
- module SDP.IndexedM
- module SDP.SortM
- type MIOUnrolled io = AnyBorder (MIOUnlist io)
- type IOUnrolled = AnyBorder IOUnlist
Exports
module SDP.IndexedM
module SDP.SortM
MonadIO and IO Unrolled
type MIOUnrolled io = AnyBorder (MIOUnlist io) Source #
MIOUnrolled is mutable version of Unrolled.
type IOUnrolled = AnyBorder IOUnlist Source #
IOUnrolled is mutable version of Unrolled.