An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

polyfunctors - general n-ary functors
======================================

[![Build Status](https://travis-ci.org/konn/polyfunctors.svg?branch=master)](https://travis-ci.org/konn/polyfunctors)
[![polyfunctors](http://img.shields.io/hackage/v/polyfunctors.svg)](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