Skip to content

Files

Latest commit

 Cannot retrieve latest commit at this time.

History

History
28 lines (19 loc) · 587 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 587 Bytes

purescript-lists

A library for strict linked lists (Data.List), lazy linked lists (Data.List.Lazy) and for the list monad transformer (Control.Monad.ListT).

Importing

Add the following to your bower.json file under dependencies:

"purescript-lists" : "~0.3.8"

If you would like to use quickcheck bindings for List and ListT, provide the following files to the compiler:

"bower_components/purescript-*/quickcheck-test-src/**/*.purs"

Building

npm install
bower update
grunt