1
1
mirror of https://github.com/coot/free-category.git synced 2024-11-27 05:55:47 +03:00
free-category/README.md
2018-10-23 22:15:11 +02:00

572 B

Free Category

Maintainer: coot Travis Build Status

This package introduces variouos encodings of free categories in Haskell.

Free categories are useful to model state machines in a simple yet type safe way. Read more here on a simple example of a finite state machine encoded using a free category using a simple GADT.