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

SDP.Unrolled.IO

Description

SDP.Unrolled.IO provides IOUnrolled - mutable lazy boxed unrolled linked list type.

Synopsis

Exports

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.