1
1
mirror of https://github.com/coot/free-category.git synced 2024-09-11 14:17:30 +03:00

Update README.md

This commit is contained in:
Marcin Szamotulski 2019-09-08 19:56:04 +00:00 committed by GitHub
parent 5045600e02
commit 1e64f283ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,10 +2,10 @@
[![Maintainer: coot](https://img.shields.io/badge/maintainer-coot-lightgrey.svg)](http://github.com/coot)
[![CircleCI](https://circleci.com/gh/coot/free-category/tree/master.svg?style=svg)](https://circleci.com/gh/coot/free-category/tree/master)
This package contains efficient free categories. There are two presentations:
This package contains efficient free categories. There are a few presentations based on:
* using realtime queues (C. Okasaki 'Pure Functional Data Structures')
* using continuation passing style
* realtime queues (C. Okasaki 'Pure Functional Data Structures')
* continuation passing style
Free arrows and free Kleisli categories are also included.