https://github.com/vmchale/ppp
Permutations in PureScript
https://github.com/vmchale/ppp
Last synced: 11 months ago
JSON representation
Permutations in PureScript
- Host: GitHub
- URL: https://github.com/vmchale/ppp
- Owner: vmchale
- License: bsd-3-clause
- Created: 2017-11-25T06:02:48.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-26T06:52:37.000Z (about 8 years ago)
- Last Synced: 2025-02-08T12:47:54.633Z (11 months ago)
- Language: PureScript
- Size: 14.6 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ppp
`ppp` is a library for (pleasant)
[permutations](http://mathworld.wolfram.com/PermutationGroup.html) in
PureScript. Currently, it is somewhat incomplete, but it already has
functions to multiply and invert permutations.
## Installation
To add to your project:
```bash
bower install purescript-permutations
```
### Documentation
You can find documentation
[here](https://pursuit.purescript.org/packages/permutations/).
## Building
If you'd like to contribute to this library, I'd recommend building with
[pulp](https://github.com/purescript-contrib/pulp):
```bash
$ pulp --psc-package build
$ pulp --psc-package test
```