@hackage / joinlist

Join list - symmetric list type

Version Deprecated package0.3.0

About

Metadata

  • Last updated , by StephenTetley
  • License BSD-3-Clause
  • Maintained by: Stephen Tetley <stephen.tetley@gmail.com>

  • Lottery factor: 0

Links

Installation

This package has been deprecated

Readme

A JoinList - a list type with with cheap catenation.

Generally speaking, joinlists have cheap construction (cons, snoc and join aka. append) and expensive manipulation. For most use-cases Data.Sequence is a more appropriate data structure.

Changelog

  1. 3.0 - Added views as per Data.Sequence and takes and drops. Changed show instance to mimic Data.Sequence.

  2. 2.0 - more operations and some bugfixes (toList...), wrap renamed to singleton.