https://github.com/konn/polyfunctor
An attempt to generalize Functors or Bifunctors to n-ary funtors.
https://github.com/konn/polyfunctor
Last synced: 2 months ago
JSON representation
An attempt to generalize Functors or Bifunctors to n-ary funtors.
- Host: GitHub
- URL: https://github.com/konn/polyfunctor
- Owner: konn
- License: bsd-3-clause
- Created: 2015-03-11T08:17:11.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-11T08:19:24.000Z (about 10 years ago)
- Last Synced: 2025-01-23T16:55:29.948Z (4 months ago)
- Language: Haskell
- Size: 105 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
polyfunctors - general n-ary functors
======================================[](https://travis-ci.org/konn/polyfunctors)
[](http://hackage.haskell.org/package/polyfunctors)## What is this?
Generalizig `Functors` and `Bifunctors` to arbitrary n-ary functors.## Install
```sh
$ cabal install polyfunctors
```## Licence
BSD3
## Copyright
(c) Hiromi ISHII 2015