list-predicate: Predicates on lists

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Please see the README on GitHub at https://github.com/pgujjula/list-predicate#readme


[Skip to Readme]

Properties

Versions 0.1.0.0, 0.1.0.0, 0.1.0.1
Change log ChangeLog.md
Dependencies base (>=4.7 && <5) [details]
License BSD-3-Clause
Copyright 2020 Preetham Gujjula
Author Preetham Gujjula
Maintainer pgujjula+list-predicate@protonmail.com
Category List
Home page https://github.com/pgujjula/list-predicate#readme
Bug tracker https://github.com/pgujjula/list-predicate/issues
Source repo head: git clone https://github.com/pgujjula/list-predicate
Uploaded by pgujjula at 2020-05-01T23:25:25Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for list-predicate-0.1.0.0

[back to package description]

list-predicate

list-predicate is a library in Haskell for predicates (True/False queries) on lists.

Features

list-predicate is a new project, but the following features have been implemented and extensively tested:

Full documentation can be built with Haddock (see instructions below). Once this package is added to Hackage, documentation will be available there as well.

Installation

Build and install with Stack:

git clone https://github.com/pgujjula/list-predicate
cd list-predicate
stack build                           # build the project
stack haddock list-predicate --open   # build and view documentation
stack test                            # run the test suite

Contact

If you want to report a bug, request a feature, or suggest improvements, feel free to email me at preetham (dot) gujjula (at) protonmail (dot) com!

-- Preetham