Home

Awesome

purescript-catenable-lists

Latest release Build status Pursuit

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

spago install catenable-lists

Documentation

Module documentation is published on Pursuit.

Benchmarks

cons

snoc

uncons

append

snoc-uncons

cons-uncons-n

snoc-uncons-n