purescript/purescript-lists

Linked Lists

PureScript

61

293 commits

updated Dec 14, 2023

See the code

README

purescript-lists

Latest release Build status Pursuit

This library defines strict and lazy linked lists, and associated helper functions and type class instances.

Note: This module is an improvement over Data.Array when working with immutable lists of data in a purely-functional setting, but does not have good random-access performance.

Installation

spago install lists

Licensing

Some of this code is derived from GHC's standard libraries (base); according to its terms, we have included GHC's license in the file LICENSE-GHC.md.

Documentation

Module documentation is published on Pursuit.

Contributors

(top 30 of 36)

garyb

109 commits

paf31

67 commits

matthewleon

16 commits

jdegoes

12 commits

purescript/purescript-lists

Linked Lists

PureScript

61

293 commits

updated Dec 14, 2023

See the code

README

purescript-lists

Latest release Build status Pursuit

This library defines strict and lazy linked lists, and associated helper functions and type class instances.

Note: This module is an improvement over Data.Array when working with immutable lists of data in a purely-functional setting, but does not have good random-access performance.

Installation

spago install lists

Licensing

Some of this code is derived from GHC's standard libraries (base); according to its terms, we have included GHC's license in the file LICENSE-GHC.md.

Documentation

Module documentation is published on Pursuit.

Contributors

(top 30 of 36)

garyb

109 commits

paf31

67 commits

matthewleon

16 commits

jdegoes

12 commits

Languages

PureScript

100.0%