https://github.com/purescript-contrib/purescript-fixed-points
Types for the least and greatest fixed points of functors.
https://github.com/purescript-contrib/purescript-fixed-points
Last synced: about 2 months ago
JSON representation
Types for the least and greatest fixed points of functors.
- Host: GitHub
- URL: https://github.com/purescript-contrib/purescript-fixed-points
- Owner: purescript-contrib
- Created: 2016-01-07T18:53:35.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2022-04-27T21:05:25.000Z (almost 4 years ago)
- Last Synced: 2026-01-15T13:42:30.550Z (2 months ago)
- Language: PureScript
- Homepage:
- Size: 37.1 KB
- Stars: 15
- Watchers: 14
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Fixed Points
[](https://github.com/purescript-contrib/purescript-fixed-points/actions?query=workflow%3ACI+branch%3Amain)
[](https://github.com/purescript-contrib/purescript-fixed-points/releases)
[](https://pursuit.purescript.org/packages/purescript-fixed-points)
[](https://github.com/garyb)
Types for the least (`Mu`) and greatest (`Nu`) fixed points of functors.
## Installation
Install `fixed-points` with [Spago](https://github.com/purescript/spago):
```sh
spago install fixed-points
```
## 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.
## Documentation
Module documentation for `fixed-points` [published on Pursuit](https://pursuit.purescript.org/packages/purescript-fixed-points).
If you get stuck, there are several ways to get help:
- [Open an issue](https://github.com/purescript-contrib/purescript-fixed-points/issues) if you have encountered a bug or problem.
- Ask general questions on the [PureScript Discourse](https://discourse.purescript.org) forum or the [PureScript Discord](https://purescript.org/chat) chat.
## Contributing
You can contribute to `fixed-points` in several ways:
1. If you encounter a problem or have a question, please [open an issue](https://github.com/purescript-contrib/purescript-fixed-points/issues). 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](./CONTRIBUTING.md). 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](https://discourse.purescript.org)! Writing libraries and learning resources are a great way to help this library succeed.