Data.Unique for PureScript
Go to file
2023-03-18 12:02:51 -07:00
.github Update to contrib standards. 2023-03-07 06:12:28 -07:00
docs Update to contrib standards. 2023-03-07 06:12:28 -07:00
src/Data Update Unique implementation to use BigInt. 2023-03-06 17:58:36 -07:00
test Update Unique implementation to use BigInt. 2023-03-06 17:58:36 -07:00
.editorconfig Update to contrib standards. 2023-03-07 06:12:28 -07:00
.envrc Add shell.nix. 2023-03-06 17:27:21 -07:00
.gitignore Update to contrib standards. 2023-03-07 06:12:28 -07:00
.tidyrc.json CI workflow / purs-tidy 2023-03-06 18:05:32 -07:00
bower.json Update Unique implementation to use BigInt. 2023-03-06 17:58:36 -07:00
CHANGELOG.md Added commit ref to changelog. 2023-03-18 12:02:51 -07:00
CONTRIBUTING.md Updates for transfer to Rowtype Yoga organization 2023-03-18 12:00:36 -07:00
LICENSE Update Unique implementation to use BigInt. 2023-03-06 17:58:36 -07:00
package.json Updates for PureScript 0.11 2017-04-26 13:54:56 +09:00
packages.dhall Spago migration 2023-03-06 17:33:20 -07:00
purs.json Fix githubOwner. 2023-03-18 05:54:23 -07:00
README.md Updates for transfer to Rowtype Yoga organization 2023-03-18 12:00:36 -07:00
shell.nix Add shell.nix. 2023-03-06 17:27:21 -07:00
spago.dhall Update Unique implementation to use BigInt. 2023-03-06 17:58:36 -07:00
test.dhall Spago migration 2023-03-06 17:33:20 -07:00

Unique

CI Release Pursuit Maintainer: nsaunders

Data.Unique for PureScript.

Installation

Install unique with Spago:

spago install unique

Quick start

The quick start hasn't been written yet (contributions are welcome!). The quick start covers a common, minimal use case for the library, whereas longer examples and tutorials are kept in the docs directory.

Documentation

unique documentation is stored in a few places:

  1. Module documentation is published on Pursuit.
  2. Written documentation is kept in the docs directory.
  3. Usage examples can be found in the test suite.

If you get stuck, there are several ways to get help:

Contributing

You can contribute to unique in several ways:

  1. If you encounter a problem or have a question, please open an issue. We'll do our best to work with you to resolve or answer it.

  2. If you would like to contribute code, tests, or documentation, please read the contributor guide. It's a short, helpful introduction to contributing to this library, including development instructions.

  3. If you have written a library, tutorial, guide, or other resource based on this package, please share it on the PureScript Discourse! Writing libraries and learning resources are a great way to help this library succeed.