Skip to content

xgrommx/purescript-lists

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

purescript-lists

Latest release Build status

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

bower install purescript-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.

About

Linked Lists

Resources

License

BSD-3-Clause, Unknown licenses found

Licenses found

BSD-3-Clause
LICENSE
Unknown
LICENSE-GHC.md

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PureScript 100.0%