4.0.0 • Published 7 years ago

@purescript/catenable-lists v4.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

purescript-catenable-lists

Latest release Build status

Strict catenable list implementation for PureScript.

The implementation is based on a queue data type that is backed by a pair of lists.

See the following references for further information.

Installation

bower install --save purescript-catenable-lists

Documentation

Module documentation is published on Pursuit.

Benchmarks

cons

snoc

uncons

append

snoc-uncons

cons-uncons-n

snoc-uncons-n