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

Updated README.md file

This commit is contained in:
Marcin Szamotulski 2019-08-31 10:19:44 +02:00
parent 20d61b2355
commit 4d0011df04
No known key found for this signature in database
GPG Key ID: 788D56E52D63FAA4

View File

@ -2,7 +2,9 @@
[![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 category presentations.
This package contains efficient free category using realtime
queues (C. Okasaki 'Pure Functional Data Structures') and another one using CPS
style. Also free arrows are included and free Kleisli categories.
Free categories are useful to model state machines in a simple yet type safe
way and for that purpose `Kleisli` categroies are a very useful target which